<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Navigation in Pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329446#M842074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As&amp;nbsp; you have static number of values in pie chart How about creating transparent text boxes on the chart and pulling trigger in the textbox??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2017 16:30:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-17T16:30:44Z</dc:date>
    <item>
      <title>Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329444#M842069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a calculated dimension&amp;nbsp; as below:&lt;/P&gt;&lt;P&gt;=If($(vAllocation)&amp;gt;7 , 'Occupied',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If($(vAllocation)&amp;lt;4 , 'Available',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If($(vAllocation)&amp;gt;3 and $(vAllocation)&amp;lt;8 , 'Partial Occupied')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and expression as:&lt;/P&gt;&lt;P&gt;=count(DISTINCT EmployeeID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is showing the chart as &lt;/P&gt;&lt;P&gt;&lt;IMG alt="ru.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160231_ru.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on selecting the above chart it must navigate to another sheet.&lt;/P&gt;&lt;P&gt;How can I achieve it anybody help me.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yoganantha Prakash G P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329444#M842069</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329445#M842072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the dimension in Script and create the chart.&lt;/P&gt;&lt;P&gt;Create a Field Event Trigger - On Select to navigate to other Sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329445#M842072</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-04-17T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329446#M842074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As&amp;nbsp; you have static number of values in pie chart How about creating transparent text boxes on the chart and pulling trigger in the textbox??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329446#M842074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-17T16:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329447#M842076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishnapriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must strickly not to disturb the data model by adding extra field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329447#M842076</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2017-04-17T16:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329448#M842078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a transparent text object over the pie chart and set the action on it to activate the sheet you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an example file with this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329448#M842078</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2017-04-17T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329449#M842079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not static values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329449#M842079</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2017-04-17T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329450#M842080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not static values, but there are fixed number of values which is 3. You can create empty text boxes and transperent and use them as triggers by placing them on the pie chart, each on one sector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 05:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329450#M842080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T05:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329451#M842081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, It is not associating with the navigating sheet....... It must also associate with the navigating sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329451#M842081</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2017-04-20T10:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329452#M842082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Confirm: you can't add an action directly to a chart. You will have to use a worked around&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329452#M842082</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-04-20T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation in Pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329453#M842083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dint understand you by "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;not associating with the navigating sheet.&lt;/SPAN&gt;". But check if this is what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 11:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigation-in-Pie-chart/m-p/1329453#M842083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T11:16:40Z</dc:date>
    </item>
  </channel>
</rss>

