<?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: pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691720#M250322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try to enable the state dims based on conditons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX;&lt;/P&gt;&lt;P&gt;add all the dims (states)&lt;/P&gt;&lt;P&gt;create condition and check ENABLE CONDITIONAL&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;for AP and GUJARATH&lt;/P&gt;&lt;P&gt;getFieldSelections(ZONE)='Zone1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similar for all zones&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 07:52:56 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2014-09-25T07:52:56Z</dc:date>
    <item>
      <title>pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691719#M250321</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;I have Zone field with fieldvalues- Zone1, Zone2, Zone3&lt;/P&gt;&lt;P&gt;and State field with fieldvalues- AP, Gujarat, Punjab, UP, Tamil Nadu , Kerala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I have created a pie charts showing&amp;nbsp; count of managers with a dimension&amp;nbsp; as Activity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is when I select 1 zone , I am supposed to create 2 pie charts for the associated states and when I select other zone the same charts will be showing the associated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg if I select Zone1 then the 2 pie charts should show AP&amp;nbsp; and Gujarat data whereas when I select Zone2 same charts should show Punjab and UP data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This I am trying to implement as it will reduce the number of pie charts required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691719#M250321</guid>
      <dc:creator />
      <dc:date>2014-09-25T07:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691720#M250322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try to enable the state dims based on conditons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX;&lt;/P&gt;&lt;P&gt;add all the dims (states)&lt;/P&gt;&lt;P&gt;create condition and check ENABLE CONDITIONAL&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;for AP and GUJARATH&lt;/P&gt;&lt;P&gt;getFieldSelections(ZONE)='Zone1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similar for all zones&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691720#M250322</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-09-25T07:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691721#M250323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeshree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your sample data sourse?You can acheive this by setting up an condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getFieldSelections(ZONE)='Zone1',count({&amp;lt;state={'AP','Gujrat'}&amp;gt;}Manager),if(getFieldSelections(ZONE)='Zone2',count({&amp;lt;state={'AP','Gujrat'}&amp;gt;}Manager) ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this.&lt;/P&gt;&lt;P&gt;Hope it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691721#M250323</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-25T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691722#M250324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the state in else if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pie-chart/m-p/691722#M250324</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-25T08:02:03Z</dc:date>
    </item>
  </channel>
</rss>

