I am trying to implement Crystal KB Article ID #c2008983, Example 2.
Unlike the example, I have multiple details sections (a,b) and the same for the the group footer.
I formerly had a running total field and several calculated values, which have all been removed (and deleted) from the report.
While I try to add the last formula into the conditional formatting on the details section, I get the error: "The summary/running total field could not be created".
The formula is:
Can anyone tell me why I'm getting the error and/or how to resolve the problem.
Thanks
Unlike the example, I have multiple details sections (a,b) and the same for the the group footer.
I formerly had a running total field and several calculated values, which have all been removed (and deleted) from the report.
While I try to add the last formula into the conditional formatting on the details section, I get the error: "The summary/running total field could not be created".
The formula is:
Code:
WhilePrintingRecords;
NumberVar Counter;
Counter := Counter +1;
Can anyone tell me why I'm getting the error and/or how to resolve the problem.
Thanks