This content has been marked as final.
Show 2 replies
-
1. Re: Displaying alternate content when date field is null
jlig Nov 6, 2013 8:37 AM (in response to mnp13) -
2. Re: Displaying alternate content when date field is null
Eddie Lotter Sep 17, 2013 8:27 AM (in response to mnp13)A simple solution is to use an expression field in your header, something like the following:
iif( isdate(DateField), dateFormat(DateField,"m/d/yyyy"), de("No Date") )
I did not test the syntax, this is purely an example.


