I am fixing an existing report, using Crystal 8.5, that prints out a surgery schedule. There are times that a patient has multiple procedures. In these cases, we don't want the patient's name, surgery time, and DOB to repeated for each procedure. For each of these, the suppress if duplicated works. However, the patient type (listed as IN, OP, AM) cannot be suppressed in this way since we have many OP patients and may list in a row. I tried to put the following formula into the suppress X2 box:
{patient.name} = previous({patient.name})
This works well, except the field won't print on the first record of the report. The line that lists information is in the details section of the report. How can I fix it so it prints on the first record and then follow the formula?
Thanks for your help.
Eric Hendelman
{patient.name} = previous({patient.name})
This works well, except the field won't print on the first record of the report. The line that lists information is in the details section of the report. How can I fix it so it prints on the first record and then follow the formula?
Thanks for your help.
Eric Hendelman