I'm using Crystal Reports v8.0, Crystal Enterprise v8.0, and the interface to Baan ERP on Oracle. I need some help figuring out the best way to massage my data into the proper report format.
Here's a simplified version of my table:
[tt]ProblemID Person1 Person2 Person3 Action1 Action2 Action3
--------- ------- ------- ------- ------- ------- -------
101 Joe Susan Bill Run Jump Play
102 Joe Joe Saw Hammer
103 Susan Lift[/tt]
I need a report that looks like this:
[tt] Bill
101 Play
Joe
101 Run
102 Saw
102 Hammer
Susan
101 Jump
103 Lift[/tt]
What's the best way to accomplish this? Here's what I've considered:
[ol][li]UNION in Crystal Reports -- I'll have to figure out how to do this. Once I monkey with the SQL statement, I'll have to maintain that forever. Lots of point-and-click functionality goes away in CR.[/li]
[li]View in Oracle -- This is a separate item that will have to be maintained. My replacement (someday) will have to know that it exists. From my reading, some or all fields will be converted to memo.[/li]
[li]Develop a formula scheme -- I'm familiar with formulas. The tables only have about 3000 rows now, so this is OK. The tables will probably grow by 1000 rows a year, so it won't be long before analyzing every row is too slow.[/li]
Is one of these the best answer? Are there other methods I don't know yet? I'd appreciate any help I can get.
Thanks,
Steve Bell
Off-the-topic rant: Why isn't there a dedicated place in Crystal Reports to store documentation?>:-<
Here's a simplified version of my table:
[tt]ProblemID Person1 Person2 Person3 Action1 Action2 Action3
--------- ------- ------- ------- ------- ------- -------
101 Joe Susan Bill Run Jump Play
102 Joe Joe Saw Hammer
103 Susan Lift[/tt]
I need a report that looks like this:
[tt] Bill
101 Play
Joe
101 Run
102 Saw
102 Hammer
Susan
101 Jump
103 Lift[/tt]
What's the best way to accomplish this? Here's what I've considered:
[ol][li]UNION in Crystal Reports -- I'll have to figure out how to do this. Once I monkey with the SQL statement, I'll have to maintain that forever. Lots of point-and-click functionality goes away in CR.[/li]
[li]View in Oracle -- This is a separate item that will have to be maintained. My replacement (someday) will have to know that it exists. From my reading, some or all fields will be converted to memo.[/li]
[li]Develop a formula scheme -- I'm familiar with formulas. The tables only have about 3000 rows now, so this is OK. The tables will probably grow by 1000 rows a year, so it won't be long before analyzing every row is too slow.[/li]
Is one of these the best answer? Are there other methods I don't know yet? I'd appreciate any help I can get.
Thanks,
Steve Bell
Off-the-topic rant: Why isn't there a dedicated place in Crystal Reports to store documentation?>:-<