Question
I want to create a crosstab type query
I'm trying to output a table something like this below.
| Product_1 | Product_2 | |
|---|---|---|
| Characteristic_1 i.e. length | 10 | 20 |
| Characteristic_2 i.e. diameter | 5 | 15 |
How do I do this? My current code creates the table below. You can see Product drops down rather than across and the product characteristics repeat which I don't want. Please help.
| Test Product 1 | |
|---|---|
| Where Used | WU test |
| Maximum Flow Rate (UV dose >30,000 µWs/cm2)* | Max flow test |
| Inlet/Outlet Size (inch NPT) | I/O test |
| Lamp Power (watts) | Lamp test |
| Chamber Size Diameter X Length (inch/mm) | Chamber test |
| Test Product 2 | |
| Where Used | WU test 2 |
| Maximum Flow Rate (UV dose >30,000 µWs/cm2)* | MF test 2 |
| Inlet/Outlet Size (inch NPT) | I/O size test 2 |
| Lamp Power (watts) | lamp power test 2 |
| Chamber Size Diameter X Length (inch/mm) | chamber size test 2 |
