Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Pass One pie chart value to other chart as its filtering cariteria
lrnrit
Hi ,,
I am working with a report which has two charts Pie chart and Flash gadget meter , What i need is to pass Pie charts ValueSeries as parameter to meter as its filtering value. Without using inbuilt Interactivity feature of Actuate birt 2.6.2.
Is it even possible any help or suggestion will be appreciated.
thanx
Find more posts tagged with
Comments
mwilliams
Can you explain a little more about what you want the report to be able to do?
lrnrit
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="76443" data-time="1304096785" data-date="29 April 2011 - 10:06 AM"><p>
Can you explain a little more about what you want the report to be able to do?<br /></p></blockquote>
<br />
<br />
My requirement is that when i do mouse click over pie chart or one of its legend then flash meter gadget should show values for that particular customer .<br />
<br />
Actually its working fine if i put that flash meter gadget in other report and pass parameter to that report from the first report containing Pie chart.<br />
<br />
<br />
But requirement is that it should be in same report as its part showing values for respective customer when clicked on pie chart.<br />
<br />
Attached the rpt files.
mwilliams
You could definitely drill through to the same report after clicking on the pie chart to determine what data the meter chart gets, but this would be similar to using the second report. You could probably use the Actuate BIRT JSAPI to change the data in the meter chart doing something similar to this devShare post:
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/803-javascript-slider-to-filter-chart-and-report-data/
Hope this helps.
lrnrit
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="76513" data-time="1304355814" data-date="02 May 2011 - 10:03 AM"><p>
You could definitely drill through to the same report after clicking on the pie chart to determine what data the meter chart gets, but this would be similar to using the second report. You could probably use the Actuate BIRT JSAPI to change the data in the meter chart doing something similar to this devShare post:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/803-javascript-slider-to-filter-chart-and-report-data/'>http://www.birt-exchange.org/org/devshare/deploying-birt-reports/803-javascript-slider-to-filter-chart-and-report-data/</a><br
/>
<br />
Hope this helps.<br /></p></blockquote>
<br />
Hi you said i can drill through same report after clicking on the pie chart to determine what meter chart gets.<br />
<br />
Can you pls explain it what i need to do for it . That might be a great help.
lrnrit
<blockquote class='ipsBlockquote' data-author="'lrnrit'" data-cid="76554" data-time="1304406323" data-date="03 May 2011 - 12:05 AM"><p>
Hi you said i can drill through same report after clicking on the pie chart to determine what meter chart gets.<br />
<br />
Can you pls explain it what i need to do for it . That might be a great help.<br /></p></blockquote>
<br />
<br />
Hi <br />
<br />
i have been able to do drill through the same report by using another report parameter. <br />
<br />
thanx for help<br />
<br />
But link u have given of the post contain slider example but its not working . Is there any other alternative . The post content is very attractive i really want to work on it.<br />
<br />
lrnit
mwilliams
Not a problem on the help with the drill through. What issue are you having with the devShare post?
lrnrit
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="76690" data-time="1304702805" data-date="06 May 2011 - 10:26 AM"><p>
Not a problem on the help with the drill through. What issue are you having with the devShare post?<br /></p></blockquote>
<br />
Hi<br />
<br />
I have downloaded the example from the devshare . It contains Two rpt files but none of them is showing slider . Can you tell how to run that example . I am using Actuate 11 Designer Processional.<br />
<br />
thanks
mwilliams
You run the html page and it pulls in data from the report designs using the JSAPI and updates their values with your slider.