Hi,
I have problem with my formula. I want to show how many days late the issue but exclude the completed issues. I wrote this:
if targetend < now() AND status!="SAFE Completed":
DAYS_BETWEEN(targetend, NOW()) CONCAT " days late"
It displays the days correctly but do not exclude the completed issues.
Thanks a lot!
Solved! Go to Solution.
Thank you!
I found the problem. There are two variables with name: Status and in the formula it got the wrong value.