I need to chart the data from a report where I've created a manual crosstab. The 5 columns in my report are displaying the contents of 10 different counter variables I have defined.
My report looks like this:
range1 range 2 range 3 range4 range5
store1 @formula1 @formula2 @formula3 @formula4 @formula5
store2 " " " " "
store3 " " " " "
Totals @formula6 @formula7 @formula8 @formula9 @formula10
@formula1 contains the following:
whileprintingrecords;
numberVar Range1;
and @formula6 contains:
whileprintingrecords;
numbervar Rango6Total;
All this formulas are assigned values in the details section of my report.
I need to chart the percentage the values in @formula6 through @formula10 represent compared to the grand total.
How can I get CR 8 to chart this data? the problem is that since these columns are all variables and not table fields, I can't use the "On Change of" drop down list in the chart expert to chart a value each time the range changes.
Any help will be greatly appreciated.
My report looks like this:
range1 range 2 range 3 range4 range5
store1 @formula1 @formula2 @formula3 @formula4 @formula5
store2 " " " " "
store3 " " " " "
Totals @formula6 @formula7 @formula8 @formula9 @formula10
@formula1 contains the following:
whileprintingrecords;
numberVar Range1;
and @formula6 contains:
whileprintingrecords;
numbervar Rango6Total;
All this formulas are assigned values in the details section of my report.
I need to chart the percentage the values in @formula6 through @formula10 represent compared to the grand total.
How can I get CR 8 to chart this data? the problem is that since these columns are all variables and not table fields, I can't use the "On Change of" drop down list in the chart expert to chart a value each time the range changes.
Any help will be greatly appreciated.