Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why does my suppress not work 1

Status
Not open for further replies.

cyreports

Programmer
May 12, 2010
89
US
I wrote the following suppress statement and not getting the right results. Can anyone lend me a hand?

Code:
IsNull({aaVisitStatus;1.Response}) OR {?SHOWRESPONSE} = FALSE

I think I may be missing something obvious but not sure.
 

I would guess that your nulls are not actually null.


(IsNull({aaVisitStatus;1.Response})
or {aaVisitStatus;1.Response} = "")

OR {?SHOWRESPONSE} = FALSE

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top