Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Display latest record Post Reply Post New Topic
<< Prev Page  of 2
Author Message
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 12 Jan 2015 at 7:11am
I am not a running totals guru, I am sure that there is a way. DBlank is the master of the running total. I use shared variables...

they're not too hard, the quick primer:
the tend to come in groups of 3 (and basically duplicate running totals:

reset formula (usually in the group header)
shared numbervar cnt :=0;
"" //hides the 0

display formula (usually in the group footer)
shared numbervar cnt;

increment formula (usually in details)
shared numbervar cnt;

if (some logic) then
cnt := cnt + 1;

"" //again hides the running count


HTH
IP IP Logged
<< Prev Page  of 2
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.031 seconds.