Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8635

DS 1.3 Charts will not release the selected Item.

$
0
0

Hello all,

 

I have problem with Design Studio 1.3 we developed a couple of dashboards with DS 1.2. Now we upgraded dashboards to 1.3. We used Chart selection functionality to filter values on other charts etc. We also using dynamic visibility if you click on a chart it filters another chart and disappears and brings a new chart. To go back, we used a button to clear filter and make the first chart visible.

 

Now, before upgrading after the chart disappeared and clicked on a button to remove the filters, the chart would release the selected item on itself. However, after the upgrade, this won't work because the chart won't release the selected item. It just keeps selecting even after we clear all filters and make it visible.

 

I have been searching and trying to find a solution for this, but I couldn't come up with some kind of idea. And in scripts and don't see setSelectedItem or setSelectedValue or reset the selection. etc

 

1. Create a button with the script below: (BUTTON_1) This will clear the filter and make the chart disappear.

 

DS_2.clearFilter("0PLANT");//Map DS_2 to another chart

CHART_1.setVisible(false);//Chart using DS_1

 

2. Create another button with the script below: (BUTTON_2) This will set the chart visible.

 

CHART_1.setVisible(true);

 

3. Click CHART_1 and select item.

4. Click BUTTON_1 to clear selected filter.

5. Click BUTTON_2 to make CHART_1 visible again.

 

One you click the second button it will set the filter back which was clicked in step 3.

 

 

Does anyone have idea on this? How could I reset the charts' selection?

 

Your help will be appreciated it greatly.

 

 

Thanks.


Viewing all articles
Browse latest Browse all 8635

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>