Good Morning
I am using Crystal 9 and a SQL DB and doing a report involving employee benefits and deductions. Here is my problem:
There is a field in the table I'm using called "line_no" so that there are multiple records. For an example, std (short term disability) for payroll period "X" ought to only show once on the report. However, since this table has multiple line_no, it shows once with line_no 1 and again with line_no 2 and again with line_no 3 etc. etc. This is basically duplicate info. It varies as to
how many lines each record may have. I just want to show the last line
line_no (which seems to be the one that is most relavent). When I put in a criteria like " line_no = maximum (line_no)" it gives me the error that this must be evaluated later.
Thanks for your help.
I am using Crystal 9 and a SQL DB and doing a report involving employee benefits and deductions. Here is my problem:
There is a field in the table I'm using called "line_no" so that there are multiple records. For an example, std (short term disability) for payroll period "X" ought to only show once on the report. However, since this table has multiple line_no, it shows once with line_no 1 and again with line_no 2 and again with line_no 3 etc. etc. This is basically duplicate info. It varies as to
how many lines each record may have. I just want to show the last line
line_no (which seems to be the one that is most relavent). When I put in a criteria like " line_no = maximum (line_no)" it gives me the error that this must be evaluated later.
Thanks for your help.