How to get the SUM() of group footer section into the Report footer section
Posted: Mon Sep 13, 2010 2:16 am
Hello,
If you use the Group section of the summation over any field, you can use the
If you use an arbitrary value, it is necessary to use variables, and sum them in the event.
Thank you.
If you use the Group section of the summation over any field, you can use the
Code: Select all
{Totals.Sum(DataSource, DataSource.Field)}
Thank you.