Hi Everyone,
Here are my two formulas in the report:
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]
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 suggest how to resolve this. I am using Crystal Reports XI.
Thanks in advance
Here are my two formulas in the report:
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]
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 suggest how to resolve this. I am using Crystal Reports XI.
Thanks in advance