Forum Discussion
RnVssR
2 years agoRegular Visitor
Calculate tommorow value
Hi, Should i approach the following? In a IT tickiting dashboard, I want tasks scheduled for tomorrow to have a specific color. My idea was to achieve this using conditional formatting, where i crea...
- 2 years ago
Hi, thank you for your response. I think the reason it failes is because of the date/time format. In my colomn resulutiondate i got a date+time value. I found another formula using function DATEVALUE which is the solution:
DATEVALUE(OperationsActivities[resolutionDate]) = TODAY() +1
Pfandgiraffe
2 years agoFrequent Visitor
- RnVssR2 years agoRegular Visitor
Hi, thank you for your response. I think the reason it failes is because of the date/time format. In my colomn resulutiondate i got a date+time value. I found another formula using function DATEVALUE which is the solution:
DATEVALUE(OperationsActivities[resolutionDate]) = TODAY() +1