Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my greeting for all,
i have crystal report with grouping, i use variable to make some
calculation into report , i want to reset this variable at the end of each group

ex: variable name var1 in formula name balance i use
numbervar var1=0;
 var1:=var1+(such column variable) 
and the report aspect as this :
(group)name1
  ----------
        child1        var1(10)
        child2        var1(20)
---------------------------------------------------------------
i need to reset var1 by 0 here to start again 
(group)name2
------------
   child1         var1(10)
   child2         var1(20)
.....
i hope that is clear
thank all
Posted
Updated 27-Mar-10 0:58am
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900