I am running a report to list review and probation dates. Review dates are all in the future so there is no problem there but the process that ran to create probation dates simply added six months to thier original hire date, leaving me with all sorts of irrelevant data (prob date: 7-10-1974).
I am trying to create an if then else statement to say:
if {ADMINSERV_PROBDATES.PROBATION_DT}>= currentdate
then {ADMINSERV_PROBDATES.PROBATION_DT}
else ""
but get an error saying a date is required here ""
how can I get around this?
I am trying to create an if then else statement to say:
if {ADMINSERV_PROBDATES.PROBATION_DT}>= currentdate
then {ADMINSERV_PROBDATES.PROBATION_DT}
else ""
but get an error saying a date is required here ""
how can I get around this?