Hi all,
I don't understand why this is not working. To me, it should so I must be missing something!
I have a main report with 3 subreports, each in different sections. I want to suppress the sections dependent on the value of a field.
This is working fine, unless that value is null. If the value is null then all sections are shown.
I am using the following suppression formula (as you can see, I have tried to cover all bases!)
({CERT_AN_REP\.COA_FMT} <> "COA_SHET") or (isnull({CERT_AN_REP\.COA_FMT})) or ({CERT_AN_REP\.COA_FMT} = '')
Thanks!
I don't understand why this is not working. To me, it should so I must be missing something!
I have a main report with 3 subreports, each in different sections. I want to suppress the sections dependent on the value of a field.
This is working fine, unless that value is null. If the value is null then all sections are shown.
I am using the following suppression formula (as you can see, I have tried to cover all bases!)
({CERT_AN_REP\.COA_FMT} <> "COA_SHET") or (isnull({CERT_AN_REP\.COA_FMT})) or ({CERT_AN_REP\.COA_FMT} = '')
Thanks!