How can I make an update/poll request to a named query that is binded to an XY chart from the script ?
ex: I've a parameter that keeps changing and based on this I wanted to update my chart data automatically and instantly.
How can I make an update/poll request to a named query that is binded to an XY chart from the script ?
ex: I've a parameter that keeps changing and based on this I wanted to update my chart data automatically and instantly.
If the chart data binding references the parameter then any change in the parameter will trigger a refresh.
Show how your binding and named query are configured.