Home
Analytics
Dynamic Filter With flash gadget Meter
lrnrit
HI,,
I am using Flash gadget meter in my report which has Dynamic Filter . In the first run of report After Enabling Interactivity it shows all values fetched from query(DDS) . But after selecting filter for second time it shows only Previously selected value , where i require all values as it was for first run. Tried this
function afterRendering( gadget, fgsc )
{
gadget.clearResultValues();
}
On render function of gadget but dint work..
PLS help.
Any suggestion will be appreciated.
thanx
Find more posts tagged with
Comments
mwilliams
I think I know what you're talking about. When I run the report and click enable interactivity, then select the chart at the bottom and filter it down to a certain customername, it works. Then, if I try to select another value using the filter, the only available value is the one that was selected the first time. I believe this is because you actually filter the data of the chart, so the only data available to the chart is that of which you've already filtered. If you select "no condition" hit ok and then try again, all of the values are back because you've removed the filter condition. The dynamic parameter you created in your design is not with the interactive viewer filter functionality, it's with the parameter page. If you go to the parameter page again, all of the values are still there and you can select the new value and run the report and it will work.
lrnrit
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="76446" data-time="1304099217" data-date="29 April 2011 - 10:46 AM"><p>
I think I know what you're talking about. When I run the report and click enable interactivity, then select the chart at the bottom and filter it down to a certain customername, it works. Then, if I try to select another value using the filter, the only available value is the one that was selected the first time. I believe this is because you actually filter the data of the chart, so the only data available to the chart is that of which you've already filtered. If you select "no condition" hit ok and then try again, all of the values are back because you've removed the filter condition. The dynamic parameter you created in your design is not with the interactive viewer filter functionality, it's with the parameter page. If you go to the parameter page again, all of the values are still there and you can select the new value and run the report and it will work.<br /></p></blockquote>
<br />
Thanx for the explanation its working.
mwilliams
Excellent! Let us know whenever you have questions!