Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: whileprintingrecords; Post Reply Post New Topic
Author Message
Gagnon
Newbie
Newbie


Joined: 11 Mar 2013
Online Status: Offline
Posts: 1
Quote Gagnon Replybullet Topic: whileprintingrecords;
    Posted: 11 Mar 2013 at 7:05am
I have an existing formula that's calculated on the second pass...I need the sum of that formula
 
Total $ Overload
13
12
14
12
 
Need a total at the end of this column
 
Here's what I have so far:
 
Initializing:
 
whileprintingrecords;
numbervar Overload := 0;
 
Calculating:
 
whileprintingrecords;
numbervar Overload;
Overload:= Overload + {@Total $ Overload}
 
Display:
 
whileprintingrecords;
numbervar Overload;
 
 
My results are 12, the last record of the column...I would like for my results to be 51, This is my first attempt to a whileprintingrecords and not sure how to fix it.
 
Should probably mention, that they are all displayed in the GF1
Any suggestion will be appreciated.
 
Thank you,
 


Edited by Gagnon - 11 Mar 2013 at 7:06am
Gagnon
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.