Hi,
I have a database table which lists data about equipment stored at different locations. The table looks something like this-
EQID LOCATION DATATYPE VALUE
0001 001234 MANUFACTURER Sharp
0002 001234 MODEL SK13h
0003 001234 SERIAL NUM TYHH8373788
0004 019983 MANUFACTURER Sony
0005 019983 MODEL SJHD200
etc
What I need to do in my Crystal report is to have different columns for MANUFACTURER, MODEL and SERIAL NUM for each location - i.e.
LOCATION MANUFACTURER MODEL SERIAL NUM
001234 SHARP SK13h TYHH8373788
019983 SONY SJHD200
How do I achieve this in Crystal reports?
In case it is important, I am using an Oracle database and Crystal 8.5. The report is a lot more complex than above with around 7 tables joined together, but this problem is stopping me from doing a lot of similar work.
Thanks for any advice.
Ade.
I have a database table which lists data about equipment stored at different locations. The table looks something like this-
EQID LOCATION DATATYPE VALUE
0001 001234 MANUFACTURER Sharp
0002 001234 MODEL SK13h
0003 001234 SERIAL NUM TYHH8373788
0004 019983 MANUFACTURER Sony
0005 019983 MODEL SJHD200
etc
What I need to do in my Crystal report is to have different columns for MANUFACTURER, MODEL and SERIAL NUM for each location - i.e.
LOCATION MANUFACTURER MODEL SERIAL NUM
001234 SHARP SK13h TYHH8373788
019983 SONY SJHD200
How do I achieve this in Crystal reports?
In case it is important, I am using an Oracle database and Crystal 8.5. The report is a lot more complex than above with around 7 tables joined together, but this problem is stopping me from doing a lot of similar work.
Thanks for any advice.
Ade.