Create a Dashboard with interactive Timespan Filter

Hello everyone,

I would like to create an interactive Dashboard which allows the user to filter the displayed data interactively.

This is my Bar Chart

I know how to turn it into a dashboard.

My problem is:
I want to give the user the possibility to filter the data by a range of “ProductionDate” which is already given in the data. So basically the user should be able to choose “FROM: DD.MM.YYYY” “TO: DD.MM.YYYY” and the results should only include Date from this periode.

As far as I know the Date&Time Widget gives me the possibility to filter by Date. But only by exactly one. How do I filter by a range of dates?

Thanks in advance!

Try this. Uses 2 Date&Time Widgets, merges the flow variables and feeds to Rule Based Row Filter.

2 Likes

Thanks, this helped a lot!

Your welcome. Glad it worked.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.