Hi to All,
I have CR XI and problem with chart.
The data are grouped by month. For each month (for each group) I create array and calculate in the group footer Maximum for this array. The formula for it is following:
whileprintingrecords;
evaluateafter ({@CreateArray});
numberVar array MyArray;
Maximum (MyArray);
And then I would like to build the chart to show Month-Maximum (or Maximum for each group). The problem is – I can’t choose this formula from the list from creating chart, it is simply not in the list.
Could you please advise me how to create chart based on grouping and result of calculation?
Thanks,
A.
I have CR XI and problem with chart.
The data are grouped by month. For each month (for each group) I create array and calculate in the group footer Maximum for this array. The formula for it is following:
whileprintingrecords;
evaluateafter ({@CreateArray});
numberVar array MyArray;
Maximum (MyArray);
And then I would like to build the chart to show Month-Maximum (or Maximum for each group). The problem is – I can’t choose this formula from the list from creating chart, it is simply not in the list.
Could you please advise me how to create chart based on grouping and result of calculation?
Thanks,
A.