This is what I want:
However, it suppresses everything.
if I use the first part, i.e.:
it works OK.
How do I enter my formula so that Crystal reports is happy?
(I am using CR9).
Code:
(CurrentFieldValue = 0 and {testH.UHEAD3_13} ="") or ({test1.ctotid} IN ['O','C'] and {test1.REP} IN ['No','Nc','NC'])
However, it suppresses everything.
if I use the first part, i.e.:
Code:
(CurrentFieldValue = 0 and {testH.UHEAD3_13} ="")
How do I enter my formula so that Crystal reports is happy?
(I am using CR9).