<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Drilldown on pie chart</title><link>https://community.appian.com/discussions/f/user-interface/12911/drilldown-on-pie-chart</link><description>Hi folks, 
 
 I am displaying a pie chart that displays the number of passed, failed and error expression rules. 
 Currently the pie chart only displays a number. 
 How would i be able to drill down on the pie chart and display the corresponding data</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Drilldown on pie chart</title><link>https://community.appian.com/thread/58042?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 13:59:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c43af6ac-5c88-4180-a15f-4c09b37e7a84</guid><dc:creator>Cory Winkelhake</dc:creator><description>I was curious about this as well.  I believe these answers are correct.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Drilldown on pie chart</title><link>https://community.appian.com/thread/58033?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 12:23:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70167677-3247-4109-a6c2-71a5f72aeb88</guid><dc:creator>Sandeep Deshmukh</dc:creator><description>Hi &lt;a href="/members/apoorvam0001"&gt;apoorvam&lt;/a&gt; ,&lt;br /&gt;
&lt;br /&gt;
Hope you have used a!chartSeries(), there  is one link parameter that you need to pass as a dynamicLink (a!dynamicLink()).&lt;br /&gt;
&lt;br /&gt;
Please check this sample code :-&lt;br /&gt;
&lt;br /&gt;
  series: {&lt;br /&gt;
              a!chartSeries(&lt;br /&gt;
                label: &amp;quot;abc&amp;quot;,&lt;br /&gt;
                data: index(&lt;br /&gt;
                  ri!datasubset.data,&lt;br /&gt;
                  &amp;quot;id&amp;quot;,&lt;br /&gt;
                  null&lt;br /&gt;
                ),&lt;br /&gt;
                links: apply(&lt;br /&gt;
                  a!dynamicLink(&lt;br /&gt;
                    value: _,&lt;br /&gt;
                    saveInto: ri!value &lt;br /&gt;
                  ),&lt;br /&gt;
                  index(&lt;br /&gt;
                    ri!datasubset.data,&lt;br /&gt;
                    &amp;quot;fieldValue&amp;quot;, /* value that you need to pass for link */&lt;br /&gt;
                    null&lt;br /&gt;
                  )&lt;br /&gt;
                )&lt;br /&gt;
              )&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
Hope this will help.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sandeep&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Drilldown on pie chart</title><link>https://community.appian.com/thread/58027?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 10:14:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:600534ad-c265-4340-8f40-967b6e133fda</guid><dc:creator>Smruti Swain</dc:creator><description>&lt;p&gt;Hi Apoorvam,&lt;br /&gt; I hope the below recipe would serve your porpose :)&lt;br /&gt; &lt;a href="https://docs.appian.com/suite/help/18.2/recipe_configure_a_chart_drilldown_to_a_grid.html"&gt;docs.appian.com/.../recipe_configure_a_chart_drilldown_to_a_grid.html&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>