I am using CR Professional 9.2.
I have a need to extract group totals for specific group values from another grouping level in the report.
For example:
Group Header A1
Group Footer B1 5000 + about 28 more columns!
Group Footer B2 1000
Group Footer A1 4000 (@formula = B1-B2)
Group Header A2
Group Footer B3 2000
Group Footer A2 6000 (@formula =(B1-B2)+B3)
What is the most efficient way to handle this. I do not want to create hundreds of running total fields. Is there a way to reference an array of group totals for a column and groupname, like Sum({field},{group},{get the total from THIS group value}) ?
Any ideas appreciated...
CK
I have a need to extract group totals for specific group values from another grouping level in the report.
For example:
Group Header A1
Group Footer B1 5000 + about 28 more columns!
Group Footer B2 1000
Group Footer A1 4000 (@formula = B1-B2)
Group Header A2
Group Footer B3 2000
Group Footer A2 6000 (@formula =(B1-B2)+B3)
What is the most efficient way to handle this. I do not want to create hundreds of running total fields. Is there a way to reference an array of group totals for a column and groupname, like Sum({field},{group},{get the total from THIS group value}) ?
Any ideas appreciated...
CK