gillianleec
Technical User
I have a table with the fields: ID, OrderID, Test0, Test1, Test2, Test2, ...Test40
I know this is not normalized but I don't have control over that part. What I need to do is build a report that is grouped by ID that displays each test (matched to another table by testname (Billrules) for the price of that test) in a separate line.
Example:
ID=090923890
CAB (this is the testname) $26.00
TEX $13.00
etc. for all the tests on a single record. Most records only have 3-4 test fields filled in. Here is a sample record: ID=090923890, OrderID=456456, Test0=CAB, Test1=TEX
I hope this is clear...
Gillian
I know this is not normalized but I don't have control over that part. What I need to do is build a report that is grouped by ID that displays each test (matched to another table by testname (Billrules) for the price of that test) in a separate line.
Example:
ID=090923890
CAB (this is the testname) $26.00
TEX $13.00
etc. for all the tests on a single record. Most records only have 3-4 test fields filled in. Here is a sample record: ID=090923890, OrderID=456456, Test0=CAB, Test1=TEX
I hope this is clear...
Gillian