Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Sum calculated with the formula crystal report Post Reply Post New Topic
Author Message
koncuk
Newbie
Newbie


Joined: 03 Sep 2009
Online Status: Offline
Posts: 17
Quote koncuk Replybullet Topic: Sum calculated with the formula crystal report
    Posted: 10 May 2010 at 10:31pm
Calculated with the formula field I want to put a variable. Then I'd like to collect these variables.
for example :

v1 = x1 * y1 / z3

sum (v1)

How do i.
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 11 May 2010 at 3:27am
start of group (group header)
global numbervar sumV1:=0;
""//hide 0
in detail:
global numbervar sumV1:= x1 * y1 / z3;
""//hide output
 
where you want to see the total
global numbevar sumV1
 
 
HTH
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.029 seconds.