I'm using CR 2008 with an Oracle 10g db as my data source. I created a registration details report which grouped by event type and currently prints like this:
Drug Product Valium
Indication Anxiety
Package Blister 100
Shelf Life 12 months
Storage Cond Store between 2-8C
Prod Mfg Acme Co
There can be multiple packages, indications, or manufacturers. My challenge now is to create a report that groups these entry types in columns (indication, package/shelf life, mfg) for the same submission number, and still avoid duplication if one column has multiple entries. Can I use some sort of formula to parse the data into columns?? I've created a report with 3 subreports for each of the entry types but performance is bad. Any ideas??
Drug Product Valium
Indication Anxiety
Package Blister 100
Shelf Life 12 months
Storage Cond Store between 2-8C
Prod Mfg Acme Co
There can be multiple packages, indications, or manufacturers. My challenge now is to create a report that groups these entry types in columns (indication, package/shelf life, mfg) for the same submission number, and still avoid duplication if one column has multiple entries. Can I use some sort of formula to parse the data into columns?? I've created a report with 3 subreports for each of the entry types but performance is bad. Any ideas??