in my page header i use a formula to declare a 24 element array.
I then have 24 formulas across the page such that formula1 reads element1 in array...formula 2 reads element 2 etc.
at the end of the data line i have my main formula called calculate. This formula may or may may not populate all elements in the array. and uses whileprintingrecords.
my problem is that for example if element 2 is set to 1000 on a line, this value sometimes carries over to the next line. What can i do to ensure that each row of data starts of with an array that has been initialised properly?
I then have 24 formulas across the page such that formula1 reads element1 in array...formula 2 reads element 2 etc.
at the end of the data line i have my main formula called calculate. This formula may or may may not populate all elements in the array. and uses whileprintingrecords.
my problem is that for example if element 2 is set to 1000 on a line, this value sometimes carries over to the next line. What can i do to ensure that each row of data starts of with an array that has been initialised properly?