Changing suppression statement on crystal report no error in my formula but it is not working I want it to suppress if the code = PH or RX
works fine if only {Data.ProcCode}= 'PH', it is when I add the statement to look at the RX also. Any help is appreciated.
Code:
({Data.ProcCode}= 'PH' or {Data.ProcCode}= 'RX')
works fine if only {Data.ProcCode}= 'PH', it is when I add the statement to look at the RX also. Any help is appreciated.