Weekday Filter

Iโ€™m looking for help on filtering a view. So far I successfully filtered the view based on User. Iโ€™d like to filter it further based upon what day of the week it is. I have a service route for my employees to follow, they have reference data that doesnโ€™t change and is recurring. However they have different routes for different days. Iโ€™ve added a โ€œService Dayโ€ column where I would like the sliced view check if that is todayโ€™s day of the week. If today is Wednesday, show only the rows that have Wednesday in the โ€œService Dayโ€ column. Any and all help would be much appreciated.

0 2 132
2 REPLIES 2

I was using this reference earlier when trying to add the filter, but it wasnโ€™t working.
I added it with the IFS function being
AND([Tech]=USEREMAIL(),[SERVICE DAY]=WEEKDAY(Today()))
It wasnโ€™t workingโ€ฆ In the Service Day column do I put โ€œWednesdayโ€ or โ€œ4โ€?

Alsoโ€ฆ I set the โ€œSERVICE DAYโ€ column type as Date. Does that need to be something else?

Top Labels in this Space