The answer to this should be obvious, but it's not - at least to me. I am simply trying to create an array. Nothing fancy. I create a formula @CITYSTATE and enter the following:
Whileprintingrecords ;
shared stringvar citystate := [{FILE.CITY},", ",{FILE.STATE}] ;
When I tried to save it, I get the error message:
"The result of a formula cannot be an array."
If this is true, then how do you actually create an array?
Whileprintingrecords ;
shared stringvar citystate := [{FILE.CITY},", ",{FILE.STATE}] ;
When I tried to save it, I get the error message:
"The result of a formula cannot be an array."
If this is true, then how do you actually create an array?