Jul 13, 2010 #1 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 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 Nov 6, 2008 878 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 May 12, 2010 89 US That was it, thank you so much!! Upvote 0 Downvote