Crystal 8.5
SQL Database
Hi,
I have a report where I need to suppress data. In order to suppress lines that do not qualify for my formulas I placed a suppression in GF2 - which works. (I inserted summaries and used MAX to display my data in GF2).I also need to supress dupliate patient data (pt name, account#), which I accomplished by reset's and accums - problem is they do not work togethor.
If I place the suppression in GF2, I get repeating patient detail,(the reset & accum do not work) and if I use the rest and accum to suppress the patient detail, I get every line for my formulas with data and blanks.
Current Report:
Patient # Formula1 Formula2 Formula3 Formula4
A 12345 xxx
A 12345
A 12345 xxx
Want report:
Patient # Formula1 Formula2 Formula3 Formula4
A 12345 xxx
xxx
xxx
xxx
B 67890 xxx
I need both the patient detail and formula fields to be suppressed if there is no data.
Thank you
SQL Database
Hi,
I have a report where I need to suppress data. In order to suppress lines that do not qualify for my formulas I placed a suppression in GF2 - which works. (I inserted summaries and used MAX to display my data in GF2).I also need to supress dupliate patient data (pt name, account#), which I accomplished by reset's and accums - problem is they do not work togethor.
If I place the suppression in GF2, I get repeating patient detail,(the reset & accum do not work) and if I use the rest and accum to suppress the patient detail, I get every line for my formulas with data and blanks.
Current Report:
Patient # Formula1 Formula2 Formula3 Formula4
A 12345 xxx
A 12345
A 12345 xxx
Want report:
Patient # Formula1 Formula2 Formula3 Formula4
A 12345 xxx
xxx
xxx
xxx
B 67890 xxx
I need both the patient detail and formula fields to be suppressed if there is no data.
Thank you