I have a crosstab as follows:
SUMMARY FIELD = Operatingdays
year
Quarter
Month
district1 district2 total
unit1 1 2 3
unit2 14 1 15
Total 15 3 18
I created two groups in the report. 1. By month 2. Unit
I added a formula
Sum ({Crystal_SOP_UnitUtilization;1.OperatingDays},{Crystal_SOP_UnitUtilization;1.Unit})
And added this as another summary field in the cross-tab as MAX.
Then I calculated the following values using crurrentfield value function and created a running total of these values for each district using gridrowcolumnvalue like gridrowcolumnvalue = 'district1' then store the sum in a different variable etc...
year
Quarter
Month
district1 district2 total
unit1 1/3 2/3 3/3
unit2 14/15 1/15 15/15
Total 1/3+14/15 2/3+1/15 3/3+15/15
Total 15 3 18
My problem is the running total is set to 0 on every new page.
Any thoughts? I really appreciate your help,
SUMMARY FIELD = Operatingdays
year
Quarter
Month
district1 district2 total
unit1 1 2 3
unit2 14 1 15
Total 15 3 18
I created two groups in the report. 1. By month 2. Unit
I added a formula
Sum ({Crystal_SOP_UnitUtilization;1.OperatingDays},{Crystal_SOP_UnitUtilization;1.Unit})
And added this as another summary field in the cross-tab as MAX.
Then I calculated the following values using crurrentfield value function and created a running total of these values for each district using gridrowcolumnvalue like gridrowcolumnvalue = 'district1' then store the sum in a different variable etc...
year
Quarter
Month
district1 district2 total
unit1 1/3 2/3 3/3
unit2 14/15 1/15 15/15
Total 1/3+14/15 2/3+1/15 3/3+15/15
Total 15 3 18
My problem is the running total is set to 0 on every new page.
Any thoughts? I really appreciate your help,