Skip to Content
0
Former Member
Jan 31, 2008 at 03:30 PM

Help with WhileReadingRecords function

340 Views

Post Author: mak

CA Forum: Formula

Hi Everyone,

Here are my two formulas:

1.

WHILEREADINGRECORDS;{0199_Budget_By_Month.SUMMARYLVL1} = "" OR uppercase({0199_Budget_By_Month.SUMMARYLVL1}) = "BLANK" OR {@Group 2: Heading} = "...."

2.

WHILEREADINGRECORDS;STRINGVAR ARRAY L2;STRINGVAR ARRAY L3b; {0199_Budget_By_Month.SUMMARYLVL1} = "" OR {0199_Budget_By_Month.SUMMARYLVL1} = L2[1]//"Total Net Income"OR uppercase({0199_Budget_By_Month.SUMMARYLVL1}) = "BLANK" OR {@Group 3 Heading} = "...." or {0199_Budget_By_Month.SUMMARYLVL2} in L3b;

And I am getting an error such as "Formatting formulas must be print-time formulas" for both of my formulas, and the error is pointing at WHILEREADINGRECORDS;

Please sugges how to resolve this. I am using Crystal Reports XI.

Thanks in advance