I am creating a report that I need to return the # of days till a project is due. I have this currently:
if CurrentDate - DTSToDateTime ({reports.modifieddate})>120
then "Past Due"
else "OK"
I want to change the "Past Due" part to " This is due in x days". How can I do this. Do I need to create a seperate formula to respond to "Past Due" ?
Your help is appreciated.
Thanks,
Hawk
if CurrentDate - DTSToDateTime ({reports.modifieddate})>120
then "Past Due"
else "OK"
I want to change the "Past Due" part to " This is due in x days". How can I do this. Do I need to create a seperate formula to respond to "Past Due" ?
Your help is appreciated.
Thanks,
Hawk