Variable calculate problem
Hi
I have 3 variables in a group footer in the end user reporter.
All type = Integer., there is only 1 group.
Calc order = var 1,2,3
variable 1 and variable 2 = Timing = OnTraversal
Variable3 Timing = Reset ongroupend
Variable3 calc =
Value := Variable2.Value / Variable1.Value
in this example variable1 = 236, variable2 = 86, but variable 3 is always 0
Can you offer any suggestions.
Thanks
ANdy
I have 3 variables in a group footer in the end user reporter.
All type = Integer., there is only 1 group.
Calc order = var 1,2,3
variable 1 and variable 2 = Timing = OnTraversal
Variable3 Timing = Reset ongroupend
Variable3 calc =
Value := Variable2.Value / Variable1.Value
in this example variable1 = 236, variable2 = 86, but variable 3 is always 0
Can you offer any suggestions.
Thanks
ANdy
This discussion has been closed.
Comments
Try placing a break point inside the Variable3.OnCalc and see if it is
firing before or after its value is reset. My suggestion would be to
perhaps reset this value at the group start rather than at the end.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com