Filter date <= today in number card

Hello guys,
I am struggling with the dashboard number card. I am building dashboard for our servicedesk. Each task has a start datetime and after this, the technician should change the state to working. The rate card should show the servicedesk which tasks should have been started, but are not in order to notify the technician to change the state.

What I am trying to show is list of all tasks, which have start time in the past and are not in the correct (working or completed) state. I can filter for “start time” in the timespan (last month, this quarter etc…), I can filter for absolute datetime (<= 29.8.2022 12:00), but from some reason I cannot filter “start date” <= now. Did anyone solved this issue within standard filter?

Thank you in advance.

1 Like

did you solve the issue? I have the same problem.

1 Like

We made a workaround where we created custom field which contains number of days from the start time and filter based on this number.

As a workaround it works, but it is suboptimal and if anyone can come up with a better solution, I am all ears.

1 Like

I’m bumping this thread too. A today() filter could be widely used.