I have a running total using a shared numbervar variable. However, once this number gets to about 1,000,000, it stops acting normal.
For example, in this one report, the first 20 or so additions are fine. The number will get to 978,664. If I add 63,327, it now shows 1,041,991. So far so good. However, I then add 98,495 and it comes up with a total of 1,077, 159. It added it to the 978,664 instead of the 1,041,991. Then next line is to add 127,653 and again, it incorrectly adds it to the 978,664 to come up with 1,106,317.
Has anyone seen this kind of action before?
Thanks.
For example, in this one report, the first 20 or so additions are fine. The number will get to 978,664. If I add 63,327, it now shows 1,041,991. So far so good. However, I then add 98,495 and it comes up with a total of 1,077, 159. It added it to the 978,664 instead of the 1,041,991. Then next line is to add 127,653 and again, it incorrectly adds it to the 978,664 to come up with 1,106,317.
Has anyone seen this kind of action before?
Thanks.