victorCsharp
Programmer
I currently have an OLAP tool that groups data and produced "totals" that are not sums, but special calculations.
Reports can have more than one level of groupings.
I am using Crystal Developer's version XI. I can shape the data any way I want to. Currently I am trying to create ADO recordsets.
What is the best way of doing this?
I would use nested subreports but Crystal does not allow this.
TIA,
Victor
A sample report would be as follows:
Grand Total - Some Internally Calculated Number
Country1 - calculated subtotal Number
City1 - calculated subtotal Number
Client1 - value
Client2 - value
City2 - calculated subtotal Number
Client3 - value
Client4 - value
Country2 - calculated subtotal Number
City3 - calculated subtotal Number
City4 - calculated subtotal Number
Reports can have more than one level of groupings.
I am using Crystal Developer's version XI. I can shape the data any way I want to. Currently I am trying to create ADO recordsets.
What is the best way of doing this?
I would use nested subreports but Crystal does not allow this.
TIA,
Victor
A sample report would be as follows:
Grand Total - Some Internally Calculated Number
Country1 - calculated subtotal Number
City1 - calculated subtotal Number
Client1 - value
Client2 - value
City2 - calculated subtotal Number
Client3 - value
Client4 - value
Country2 - calculated subtotal Number
City3 - calculated subtotal Number
City4 - calculated subtotal Number