Hi there,I have a scenario where there is a dropdown, whose value is getting saved in a local!var.
Now, upon selection a specific option from the single select dropdown, depending upon the value, there is another child interface which is consuming the selected local value in its ri!var throuhg which the charts are being generated.Now, If we select the value, the chart is generated rendering from the child interface.If we deselect the selected value, the chart is not getting back to the original state.I.e, it is not being selectec on deselection of a value from the dropwdown.
My goal is upon the deselection of the value, the chart should be back to its normal state, means the refresh case should be working.Any thoughts upon this?
Discussion posts and replies are publicly visible
Stefan Helzle
Can we see the current code. How the data is passed to child interface (Charts). are you querying it on data parameter or querying it in local variable and passing it.Without code, only thing we can say is it's because refresh behavior. try using Refreshvariable on var change in data that passed to Charts