|
-
Oct 24th, 2006, 09:40 AM
#1
Thread Starter
Lively Member
[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.
-
Oct 24th, 2006, 11:54 AM
#2
Re: Crystal Reports 10 -> temp fields?
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.
-
Oct 24th, 2006, 12:52 PM
#3
Thread Starter
Lively Member
Re: Crystal Reports 10 -> temp fields?
Using it in the Details section.
-
Oct 24th, 2006, 10:10 PM
#4
Re: Crystal Reports 10 -> temp fields?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|