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!