I'm trying to modify a Crystal XI report. Report currently has a Suppress (No Drilldown) in one of the Group Headers. Current statement is if Rejects.Reason <> Reason1 or ....
I want to add an additional reason code that I want to add to my Suppress statement. if Rejects.Reason <> Reason1 or Rejects.Reason<>Reason2 or... , then suppress the printing.
When I add the second Rejects clause, I get no records. It works when I have only one of the statements.. May be stupid, but any thoughts?
I want to add an additional reason code that I want to add to my Suppress statement. if Rejects.Reason <> Reason1 or Rejects.Reason<>Reason2 or... , then suppress the printing.
When I add the second Rejects clause, I get no records. It works when I have only one of the statements.. May be stupid, but any thoughts?