I'm sure I'm doing something stupid, but can't quite figure it out. In Crystal_10, I have my report all set up:
Main table of claims, and their associated errors. Errors are a many to 1 relationship with claims. I group on claim number, so for each claim, you can see multiple errors listed.
Now, I want to restrict this by only showing claims with 5 or more errors. But every time I try to limit the report based on a count of the errors, I get an error: "this function cannot be used because it must be evaluated later".
Not sure why it won't let me. Where should I be doing this restriction? Any help is appreciated, thanks!
Main table of claims, and their associated errors. Errors are a many to 1 relationship with claims. I group on claim number, so for each claim, you can see multiple errors listed.
Now, I want to restrict this by only showing claims with 5 or more errors. But every time I try to limit the report based on a count of the errors, I get an error: "this function cannot be used because it must be evaluated later".
Not sure why it won't let me. Where should I be doing this restriction? Any help is appreciated, thanks!