Freefall27
Technical User
I am using CR 11 and pulling data by ODBC connection from an Oracle DB. I have been asked to write a report and think that a crosstab is the way to go but not positive. I am not sure if this can be accomplished using Crystal? The data is all pulled from one table in the following format:
ID LOC NAME TYPE ATTR GROUP USER ATTR USER VALUE
1001 WRHSE Host Bldg Details Bldg_size 2000
1001 WRHSE Host Bldg Details Own\Lease Own
1001 WRHSE Host Bldg Interior TotSqFt 5000
1065 YARD Fence Bldg Details Name Pond
1065 YARD Fence Bldg Details Size 11 X 17
1065 YARD Fence Bldg Interior TotSqFt 3000
The above could have many different records but all need to be displayed even if some are blank. The USER ATTR field will need to be the heading and then the USER VALUE will populate that heading. Desire result example
ID LOC NAME TYPE Bldg_Size Own\Lease TotSqFt Size Name
1001 WRHSE Host 2000 Own 5000
1065 YARD Fence 3000 11X17 Pond
I have explained the problem as I understand it. Please let me know if you need further information. I have read some about crosstabs but this seems to be more challenging than the contents of the book. Thank you in advance for any help provided.
ID LOC NAME TYPE ATTR GROUP USER ATTR USER VALUE
1001 WRHSE Host Bldg Details Bldg_size 2000
1001 WRHSE Host Bldg Details Own\Lease Own
1001 WRHSE Host Bldg Interior TotSqFt 5000
1065 YARD Fence Bldg Details Name Pond
1065 YARD Fence Bldg Details Size 11 X 17
1065 YARD Fence Bldg Interior TotSqFt 3000
The above could have many different records but all need to be displayed even if some are blank. The USER ATTR field will need to be the heading and then the USER VALUE will populate that heading. Desire result example
ID LOC NAME TYPE Bldg_Size Own\Lease TotSqFt Size Name
1001 WRHSE Host 2000 Own 5000
1065 YARD Fence 3000 11X17 Pond
I have explained the problem as I understand it. Please let me know if you need further information. I have read some about crosstabs but this seems to be more challenging than the contents of the book. Thank you in advance for any help provided.