I am trying to pull in the following formula;
If isnull ({AM.SURG_DATE}) then "Blank"
else
if {AM.DISCH_DATE} > Date(2014,10,01)
then totext({AM.SURG_DATE})
Trying to say that is the SURG DATE is null, give me "Blank" and if the DISCH_DATE is greater than 10,01,2014 then give me the SURG_DATE.
So far all of this works, except for the > 10,01,2014 portion and I can't figure out why.
Just a newbie, but appreciate any help!