I'm having trouble formatting the JSON for a column called "SLA Day Counter". This column just counts the days between when the request was received and when it was actually handled. The request should be handled within 3 days of receipt unless it's a website review request which should be handled within 10 days. There is another column called "Initiative" that identifies what type of request it is. The problem is there are 4 website initiatives (Website-Full/New Review, Website-Other, Website-Business, Website-Update). I tried to convince the team to only use one but they are adamant on keeping those classifications.
Anyways, I created the following formatting rules using the simple formatting tool on SharePoint:
- IF SLA day counter is greater than 3 AND IF Initiative does not equal to Website-Full/New Review, cell will show as red
- IF SLA day counter is greater than 3 AND IF Initiative does not equal to Website-Other, cell will show as red
- IF SLA day counter is greater than 3 AND IF Initiative does not equal to Website-Business, cell will show as red
- IF SLA day counter is greater than 3 AND IF Initiative does not equal to Website-Update, cell will show as red
- IF SLA day counter is greater than 10 AND IF Initiative is equal to Website-Full/New Review, cell will show as red
- IF SLA day counter is greater than 10 AND IF Initiative is equal to Website-Other, cell will show as red
- IF SLA day counter is greater than 10 AND IF Initiative is equal to Website-Business, cell will show as red
- IF SLA day counter is greater than 10 AND IF Initiative is equal to Website-Update, cell will show as red
However, even if the Initiative is Website-Update and the SLA day counter is only at 7 days, it will still show as red. Please help! :'O




