Kristen3141
Programmer
I am using a global variable to display a set of codes. I am attempting to use two formulas to do this.
First-
Global stringVar x := x + {NEED.CODE}+",";
Second-
whileprintingrecords;
Global stringVar x := "";
The first one builds the list of codes and then displays it while the second is supposed to clear it. If i put the "whileprintingrecords;" in the first formula, it won't build the string, just display the last one.
The second formula is in a group surrounding the first and these formulas are found in the footers for these groups.
Any advice?
Thanks in advance
First-
Global stringVar x := x + {NEED.CODE}+",";
Second-
whileprintingrecords;
Global stringVar x := "";
The first one builds the list of codes and then displays it while the second is supposed to clear it. If i put the "whileprintingrecords;" in the first formula, it won't build the string, just display the last one.
The second formula is in a group surrounding the first and these formulas are found in the footers for these groups.
Any advice?
Thanks in advance