I am relatively new to CR but required to create some reports. I have an existing report that works which I am using as a starting place.
The formula for one field on the report is:
WhilePrintingRecords;
Shared NumberVar SummaryPercentGMP ;
SummaryPercentGMP
but this give me nothing on the report.
I read about shared variables in the help file and see that it is a way to create summary amounts but I don't see where the variable is declard and what it's putting in the variable.
any help would be appreciated.
Thanks
The formula for one field on the report is:
WhilePrintingRecords;
Shared NumberVar SummaryPercentGMP ;
SummaryPercentGMP
but this give me nothing on the report.
I read about shared variables in the help file and see that it is a way to create summary amounts but I don't see where the variable is declard and what it's putting in the variable.
any help would be appreciated.
Thanks