Hi Community,
i was trying to use IF ELSE for SLA date (Red, Amber, Green).
The simplest thing to do would be to just check if SLA is greater than today.
IF [SLA] > datetimetoday() THEN 'Green"
This would cover the cases of Friday, Saturday and Sunday.
Otherwise, you will have to check if today is Friday, Saturday or Sunday and adjust your datetimeadd accordingly.
User | Count |
---|---|
107 | |
82 | |
69 | |
54 | |
40 |