[RESOLVED] Crystal Reports 10 -> temp fields?
How do you clean out a shared variable after it is done and printed out on the group footer?
For example:
shared numberVar AvgCountNR;
WhilePrintingRecords;
CDBL(Sum ({@TSSales_NR})) / AvgCountNR
I want to set AvgCountNR to 0 at the end of the group footer.
Re: Crystal Reports 10 -> temp fields?
Quote:
shared numberVar AvgCountNR;
WhilePrintingRecords;
CDBL(Sum ({@TSSales_NR})) / AvgCountNR
.
Can you tell where youare using this code in the crystal report or in the programming part.
Re: Crystal Reports 10 -> temp fields?
Using it in the Details section.
Re: Crystal Reports 10 -> temp fields?
Quote:
to set AvgCountNR to 0 at the end of the group footer.
If you set AvgCountNR as zero then what will happen it will, return zero to you. So what is the sence of it. :afrog: