Filter the Column Chart with datepicker

1
How can i Filter the Data in the chart with start date and end date. Between this two dates all the data should be seen and the others not ?
asked
1 answers
1

It depends on the series you use within the chart.
f.e. if you would use a microflow as a series datasource you should add input parameters to the microflow that retrieves the series data and call it from a microflow that holds the date inputs. 

If your series is database, you should run a microflow that updates the chart values based on the input values and to refresh the chart, you should probably also refresh the dataview object.

answered