So I am wanting to determine the number of days late a user is in completing a t

So I am wanting to determine the number of days late a user is in completing a task and put that number in the Subject line of an email. For example: User A has a evaluation task due on 6/1/2015 and they receive a reminder email today. In the subject line I want to put "Your evaluation task is 4 days past due." So I inserted the following - tointeger(ri!duedate - today()). It gives me -4. Im like ok, then change it to tointeger(ri!duedate + today()). Well it does not like that!

Can someone help me with the syntax to get the total days late based on the due date and the date the email reminder goes out?

Thanks!

OriginalPostID-151629

OriginalPostID-151629

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data