Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Listbox to select certain day of week

Hi all,

I have a bunch of time-related data (daily over a year) and I want a listbox that will select a certain day of the week, for example I click 'Monday' and all the Monday's are selected.

Is this possible? My date format is DD/MM/YYYY

Thanks!

2 Replies
rajat2392
Partner - Creator III
Partner - Creator III

Hi O G,

Its Absolutely Possible, while loading the data, create a column for "Week Day" as below

WeekDay(Date) as WeekDay

Use this week day as filter in dashboard, as per the selection of WeekDay, dates associated will automatically get selected.

Regards

Rajat

tresesco
MVP
MVP

Create a new field like:

Weekday(date) as Weekday