<?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>Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/discussions/f/general/31066/fitnesse-how-to-click-on-pie-chart-slice</link><description>Hi everyone Can anyone help me how to write script for clicking on slice in the pie chart 
 
 
 I have tired with this script : |click on pie chart | Approved Expense | pie slice | Local Travel[1] | 
 
 Thank you in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123950?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2024 10:07:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:229c712f-96f7-403b-a68e-c1c5188e6fec</guid><dc:creator>shivaram</dc:creator><description>&lt;p&gt;&lt;a href="/members/harshitb6843"&gt;Harshit Bumb (Appyzie)&lt;/a&gt;&amp;nbsp; Yeah you are right I&amp;#39;m looking for the script to click on the slice&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123936?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2024 08:32:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9cefc39-7337-48e9-9796-e28f562f46c1</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The person is using &lt;strong&gt;FitNesse&lt;/strong&gt; which is a tool used for automation testing. And he was looking for a way to instruct the automation script to click on the slice.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123932?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2024 08:21:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ecaf5b50-775e-4da8-9f89-eb3b9e05787a</guid><dc:creator>Rishikesh Raj</dc:creator><description>&lt;p&gt;Please try this, it is clickable on the different sections of pie chart. You can perform any operation on the clicks.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!ValueSaved,
  a!pieChartField(
    label: &amp;quot;New Hires by Department&amp;quot;,
    instructions: &amp;quot;The number of new employees hired by each department in 2019&amp;quot;,
    series: {
      a!chartSeries(
        label: &amp;quot;Engineering&amp;quot;,
        data: 12,
        links: a!dynamicLink(value: 1, saveInto: local!ValueSaved)
      ),
      a!chartSeries(
        label: &amp;quot;Professional Services&amp;quot;,
        data: 9,
        links: a!dynamicLink(value: 2, saveInto: local!ValueSaved)
      ),
      a!chartSeries(label: &amp;quot;Sales&amp;quot;, data: 8)
    },
    colorScheme: &amp;quot;OCEAN&amp;quot;,
    showDataLabels: true,
    showTooltips: true,
    showAsPercentage: false
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123919?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 22:16:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e1ebedf-ea99-4e7d-a0b1-09b3c505282a</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1704838553757v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123879?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 09:13:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1fa68e0-e655-41b1-adfe-bf0257436648</guid><dc:creator>shivaram</dc:creator><description>&lt;p&gt;&amp;nbsp; Yeah I know that approach but i need in fitnesse point of view&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123878?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 09:00:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1476fb2b-8f78-43a8-bd93-5c773bf2332c</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;I don&amp;#39;t know how fitnesse work but if you want to&amp;nbsp; achieve this in Appian , Use Link Parameter(Dynamic Link) in a!pieChartConfig(). Refer to the below link&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/Pie_Chart_Config_Component.html"&gt;docs.appian.com/.../Pie_Chart_Config_Component.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123876?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 08:55:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b7df368-d25c-49b3-b834-b53b0b05e7c1</guid><dc:creator>shivaram</dc:creator><description>&lt;p&gt;I have a pie chart with link which will show a grid so by using fitnesse I want to write a script which should click on the slice link&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse: How to click on Pie chart slice</title><link>https://community.appian.com/thread/123875?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 08:47:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0ff7668-c344-4cb4-ad8c-78465f18526d</guid><dc:creator>aryan</dc:creator><description>&lt;p&gt;Can you please describe in more detail.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>