Summary Chart in Group Footer
Posted: Fri Dec 16, 2011 1:43 am
Hi,
I have a simple report which consists
GroupHeaderBand
DataBand
GroupFooterBand
There are several groups
I have several values in the DataBand which I sum in the GroupFooter.
I now want a chart in the group footer which displays the summed value
I add to my chart using 'List of Arguments' (Value1;Value2;Value3 and so on)
Then I use 'List of Values' ({Sum(MyDataSource.Field1)};{Sum(MyDataSource.Field2)};{Sum(MyDataSource.Field3)} and so on)
But this generates an error
1. Error! The error of compilation
The error of compilation is found in the 'report' report:
The name 'Sum' does not exist in the current context.
Can you please explain how to create a chart based on the summed values in the footer of each group?
Regards,
Jon.
I have a simple report which consists
GroupHeaderBand
DataBand
GroupFooterBand
There are several groups
I have several values in the DataBand which I sum in the GroupFooter.
I now want a chart in the group footer which displays the summed value
I add to my chart using 'List of Arguments' (Value1;Value2;Value3 and so on)
Then I use 'List of Values' ({Sum(MyDataSource.Field1)};{Sum(MyDataSource.Field2)};{Sum(MyDataSource.Field3)} and so on)
But this generates an error
1. Error! The error of compilation
The error of compilation is found in the 'report' report:
The name 'Sum' does not exist in the current context.
Can you please explain how to create a chart based on the summed values in the footer of each group?
Regards,
Jon.