Greetings,
As the title suggests, is it possible to set multiple variables within an If-Then-Else formula?
The following forumla will give you the idea... except that it doesn't work.
-----------------
Numbervar A;
Numbervar B;
Numbervar C;
If {@Test}=1
then
(
A:= A+1 and
B:= {@FormulaX} and
C:= A+B
)
Cheers
As the title suggests, is it possible to set multiple variables within an If-Then-Else formula?
The following forumla will give you the idea... except that it doesn't work.
-----------------
Numbervar A;
Numbervar B;
Numbervar C;
If {@Test}=1
then
(
A:= A+1 and
B:= {@FormulaX} and
C:= A+B
)
Cheers