I need to conditionally suppress rows in my Crystal 8.5 report.
Psuedo
If parameter = 'Yes' AND column B = '123'
then suppress row.
Example
=======
col_a, col_b, col_c
AAA BBB CCC
KKK 123 CCC -- Suppress this row
NMB N78 KLK
Parameter = 'Yes'
Desired Outcome
===============
col_a, col_b, col_c
AAA BBB CCC
NMB N78 KLK
Are there implications for summary totals too ?
Thanks,
Psuedo
If parameter = 'Yes' AND column B = '123'
then suppress row.
Example
=======
col_a, col_b, col_c
AAA BBB CCC
KKK 123 CCC -- Suppress this row
NMB N78 KLK
Parameter = 'Yes'
Desired Outcome
===============
col_a, col_b, col_c
AAA BBB CCC
NMB N78 KLK
Are there implications for summary totals too ?
Thanks,