Hi Hayden,
Create a variable v_weekday = =If Not (DayName([Date Obj]) InList ("Saturday" ; "Sunday") ) Then "Weekday" Else "Weekend"
Then apply Conditional Formatting rules on the body by selecting the above variable and equating to "Weekday".
Hi Hayden,
Create a variable v_weekday = =If Not (DayName([Date Obj]) InList ("Saturday" ; "Sunday") ) Then "Weekday" Else "Weekend"
Then apply Conditional Formatting rules on the body by selecting the above variable and equating to "Weekday".