I am trying to suppress a text field within a section by both field parameters being null and also by specific time frame. The formulas work independently just fine, but not when placed together.
(isnull({DBA.POST})= false or
isnull ({DBA.ANNUAL}) = false)
and {DBA_DATE.Report_DATE} < DateTime (2012,11,04,00,00,00)
Software/Hardware used:
CRW developer 11.0 - SQL Server
ASKED:
November 15, 2012 3:44 PM
UPDATED:
November 15, 2012 4:44 PM
I think you want isnull or isnull OR date
I need this text box to suppres if the date < than certain date. only show starting from specific date forward. but also after it meets the date requirements, if either of these other two fields within the database are not null, I need it to suppress this text box.