Jul 13, 2010 #1 cyreports Programmer Joined May 12, 2010 Messages 89 Location 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 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.
Jul 13, 2010 1 #2 briangriffin Programmer Joined Nov 6, 2008 Messages 878 Location US I would guess that your nulls are not actually null. (IsNull({aaVisitStatus;1.Response}) or {aaVisitStatus;1.Response} = "") OR {?SHOWRESPONSE} = FALSE Upvote 0 Downvote
I would guess that your nulls are not actually null. (IsNull({aaVisitStatus;1.Response}) or {aaVisitStatus;1.Response} = "") OR {?SHOWRESPONSE} = FALSE
Jul 13, 2010 Thread starter #3 cyreports Programmer Joined May 12, 2010 Messages 89 Location US That was it, thank you so much!! Upvote 0 Downvote