Hi all,
I am showing the data in the form of <b>Charts</b>, and I want to change the chart data during run time.
I know we can change the variables during run time using the parameters in the URL(Filter_iobjnm and filter_value...)
Please update me anyone handle this case.
Regards,
Preetham
Hi Preetham,
<i>There was a problem with IGS yesterday. That was why the Charts were not working properly. After fixing this, I was able to filter the charts at Runtime by the values specified in the Drop down box.</i>
1) To do a filter at Run time, you've to include either the web items <b>Drop down box</b> or <b>Check box</b> or <b>Radio button group</b> along with your <b>Chart web item</b>.
2) You've to specify the characteristic you want to filter in the Specific properties window of the Drop down/Check box/Radio button web item.
Properties window -> Web Item tab -> Specific -> Characteristic/Structure -> Click and select the Characteristic from the drop down box.
3) Based on the Filter values you select, to reflect that in the chart, in the <b>Affected Data Providers</b> of the Drop down/Check box/Radio button web item, you've to specify the data provider of the chart web item.
Select the Web item(Checkbox/Radio/Dropdown) ->Web item Properties -> Specific -> Affected Data Providers -> Here you've to specify the Data Provider of the Chart web item.
4) Save and execute the web template.
<i>If both Chart and the Filter web item are assigned to the same Data Provider, then Step 3 is Optional.</i>
Hope this helps.
Regards
Hari
Add a comment