jefegrande
Programmer
I have a formula field with the following code:
Global stringVar Array myArray := ["Jim","Hans","Jacques","Hitomi","Bob"];
myArray[5];
It's output is fine.
I have a second formula with the following code:
Join(myArray);
When I attempt to use the second formula field I get an error that says
"The ) is missing".
The only thing that I can think of is that the second formula is not seeing the Global Variable.
The first formula is used in the report before the second.
Any ideas are greatly appreciated.
Thanks.
Global stringVar Array myArray := ["Jim","Hans","Jacques","Hitomi","Bob"];
myArray[5];
It's output is fine.
I have a second formula with the following code:
Join(myArray);
When I attempt to use the second formula field I get an error that says
"The ) is missing".
The only thing that I can think of is that the second formula is not seeing the Global Variable.
The first formula is used in the report before the second.
Any ideas are greatly appreciated.
Thanks.