My axis formatting question has to do with using InetSoft on Dynamics. I want to depict a chart with two measures in the Y axis. Can I use a radio button to choose between one of the two measures?
My axis formatting question has to do with using InetSoft on Dynamics. I want to depict a chart with two measures in the Y axis. Can I use a radio button to choose between one of the two measures?
There are multiple approaches to solving this issue, one of which is to create two charts and setting the visibility of one of the charts to hide/show it depending on the selected radio button.
For example in the visibility property of the chart, a script could look like:
if(RadioButton1.selectedObject == "quantity"){ "Show";} else { "Hide";}
Another approach could be to have both measures at the same time on the chart.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156