Hi,
I have created a CR 9.0 report that passes two variables (num of units and total number of minutes that these units spent) to the main report. I then wanted to create a running total field for each group of records (based on priority codes). CR does not allow me to use a sum function for these passed variables for the group summaries. I have then tried to create a running total formula but this does not discern any of the groups and gives me a grand running total for all of the groups.
Any help will be appreciated.
Thanks
Here is the formula for the NumUnits
WhilePrintingRecords;
Shared NumberVar NumUnits;
NumUnits
Here is the formula for the Total number of minutes spent:
WhilePrintingRecords;
Shared NumberVar UnitGrandTotal;
UnitGrandTotal
I have created a CR 9.0 report that passes two variables (num of units and total number of minutes that these units spent) to the main report. I then wanted to create a running total field for each group of records (based on priority codes). CR does not allow me to use a sum function for these passed variables for the group summaries. I have then tried to create a running total formula but this does not discern any of the groups and gives me a grand running total for all of the groups.
Any help will be appreciated.
Thanks
Here is the formula for the NumUnits
WhilePrintingRecords;
Shared NumberVar NumUnits;
NumUnits
Here is the formula for the Total number of minutes spent:
WhilePrintingRecords;
Shared NumberVar UnitGrandTotal;
UnitGrandTotal