Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: running total Post Reply Post New Topic
Author Message
abdurrahmanoguz
Newbie
Newbie


Joined: 12 May 2008
Online Status: Offline
Posts: 1
Quote abdurrahmanoguz Replybullet Topic: running total
    Posted: 23 May 2008 at 7:09am
i have big problem in running total formula
 
first formula in group header to reset totals
 
WhilePrintingRecords;
global numberVar totalAmounInput := 0;
second formula in detail section here
 
WhilePrintingRecords;
global numberVar totalAmountInput;
if {StockDetail.Direction} > 0 then
    totalAmountInput := totalAmountInput + {StockDetail.Amount}
i try everything but totalAmount does not reflect correct value. incorrectly add the last record twice
 
can you help?
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.