Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Fórmula 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: 09 Aug 2013 at 5:00am
Sorry, DBlank and I thought that you were using running totals.

For shared variables you would some more formulas.

The grand total would stay as it is, you would make the group 2 footer something like:
shared numbervar g1tot;
shared numbervar totAbsence;
shared numbervar absence;
if absence> = 3 then (
   totAbsence: totAbsence + = 1;
   g1tot := g1tot + 1;
);
"" / / Hide the full incrementing

in g1 header
shared numbervar g1tot := 0;
//

in g1 footer
shared numbervar g1tot

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.018 seconds.