How can i filter tasks with date input?

Savio
New Member

Hello, i have this slice containing quick edit data, and i want it to filter the whole tasks, and shows only the taks that is set on the “Data” field, how can i do it?

Solved Solved
0 4 609
1 ACCEPTED SOLUTION

The Task Slice’s row filter condition should contain something like:

[Date] = ANY( date-picker-slice[date] )

View solution in original post

4 REPLIES 4

Your Tasks View must be based on a Slice. And the Slice’s Row Filter Condition needs to reference the selected date value.

the tasks and the date picker are separate slices, but when i change the date on the date picker, the tasks keeps the same, its not filtering… How can i enable the filtering feature?

The Task Slice’s row filter condition should contain something like:

[Date] = ANY( date-picker-slice[date] )

Hi, can you explain more about how it works? I have this data which I need to filter it  by inputting specific date. I want the date input to be dynamic. Or if you have maybe youtube video which explain about this I would like to check it out. Thank you.

Top Labels in this Space