I have a report with a select criteria on one field but I need to go back and reread the value in that field. This is probably easier to show than explain...
My select is:
{@ActCode1stChar} = "R"
where {@ActCode1stChar} is Left({CVCIVA.CC_ACTIVITY},1)
The activity field code table is set up so that all final actions begin with the letter R. So, on the monthly summary, I only want to pull records with a final action.
The problem is that I also need to provide a count of another activity code and if I have only selected those with an "R" code, the report doesn't read the other values in that field. I thought that EvaluateAfter would do the trick but just returns zero.
I am running 8.5. Any thoughts would be greatly appreciated!
Thanks, Liz
My select is:
{@ActCode1stChar} = "R"
where {@ActCode1stChar} is Left({CVCIVA.CC_ACTIVITY},1)
The activity field code table is set up so that all final actions begin with the letter R. So, on the monthly summary, I only want to pull records with a final action.
The problem is that I also need to provide a count of another activity code and if I have only selected those with an "R" code, the report doesn't read the other values in that field. I thought that EvaluateAfter would do the trick but just returns zero.
I am running 8.5. Any thoughts would be greatly appreciated!
Thanks, Liz