How to filter all charts all at once

0
Hello, I have a dashboard page with different graphs and charts. I would like to add filters at the top so that the all graphs and charts get updated when a user selects different values. Is this possible? 
asked
4 answers
1

Hi Christina,

 

You can visit my blog by clicking here.

Here, I have explained, how to achieve a requirement just like yours,

Let me know, if you have any issues,

Hope it helps!

answered
1

Hi Christina,

Yes, of course, it is possible.

On your dashboard page, you can embed your entire dashboard within a dataview connected to a specific entity. This entity will hold the selected values from the filters. Use this new entity to build your custom filter functionality. When you select the filters, you can refresh this entity to update the entire dashboard.

answered
1

Hi Christina,

Create one non persistable helper entity . . 

Add one data view top of the dashboard. Inside the Data View, add input widgets for each filter attribute. Add button or on change event  will trigger a microflow or nanoflow to refresh the charts with the filtered data. For each chart on your dashboard, set the data source to a microflow  to retrieve the filter object to return.

answered
0

It worked! Thank you all for the help :) 

answered