Reference Selector and ChartJS

0
I want my chart to reload dataset as I change value of a reference selector and call a microflow with parameters from it. The question is how do I make the chart call the microflow again and display data from the new dataset. Thank you.
asked
1 answers
1

Hi Phutharin,

Whenever you change the values on your reference selector, you can set an on change microflow that calls the dataset update microflow. If you place your chart inside a dataview that is being refreshed within the microflow, your chart will update as well.

Goodluck!

answered