Hi everyone,
I just started playing with Crystal and variables and I think I'm missing some information.
I have several formulas in my report. One declares and assigns an initial value to a variable I called A. In the second formula, I need to manipulate the value of A and assign it to variable B.
The problem is, in the second formula, when I say A := A + B;
I get an error as if Crystal wants me to declare A. If I do declare A a second time, it goes through w/out an error. Am I missing something? Is there a particular way to reference a global variable when working in different formulas???
I just started playing with Crystal and variables and I think I'm missing some information.
I have several formulas in my report. One declares and assigns an initial value to a variable I called A. In the second formula, I need to manipulate the value of A and assign it to variable B.
The problem is, in the second formula, when I say A := A + B;
I get an error as if Crystal wants me to declare A. If I do declare A a second time, it goes through w/out an error. Am I missing something? Is there a particular way to reference a global variable when working in different formulas???