<?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: Straight table to pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613261#M1104790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know whether this could be possible in fast type change.&lt;/P&gt;&lt;P&gt;May be someone can provide better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 09:36:43 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-03-24T09:36:43Z</dc:date>
    <item>
      <title>Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613258#M1104787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table that looked like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/55672_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the [Document Date] and [Posting Group] being the dimensions while [Outstanding Amount (LCY)] is the expression express like the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Document Date]&amp;gt;=MIN(CDate) and [Document Date]&amp;lt;=MAX(CDate),SUM([Outstanding Amount (LCY)]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you might already be able to guess that the straight table above will display data based on selected value i.e. currently selected year 2014. The problem is that when I change the table to pie chart using the same dimensions and expession the pie chart would looked like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/55679_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My question is : What can be done so that the pie chart would only show the [Posting Group] slices and the slices, like the straight table will change based on selected value (say if you select year 2014 from a list box). I tried removing the [Document Date] from the dimension so that it will only have the [Posting Group] as the dimension and [Outstanding Amount (LCY)] is the expression express like the one in the straight table which is =IF([Document Date]&amp;gt;=MIN(CDate) and [Document Date]&amp;lt;=MAX(CDate),SUM([Outstanding Amount (LCY)])) but it didn't display any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions and opinions would greatly appreciated. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you kind attention guys! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613258#M1104787</guid>
      <dc:creator />
      <dc:date>2014-03-24T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613259#M1104788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create two different objects as per your requirements.. 1) Straight Table 2) Pie Chart&lt;/P&gt;&lt;P&gt;Use Conditional Show under Layout Tab to show them...&lt;/P&gt;&lt;P&gt;i.e. Create a Variable vSHOW = 1&lt;/P&gt;&lt;P&gt;Now Create a Button&lt;/P&gt;&lt;P&gt;Go to action tab &amp;gt;&amp;gt; ADD &amp;gt;&amp;gt; External &amp;gt;&amp;gt; Set Variable &lt;/P&gt;&lt;P&gt;Variable : vSHOW&lt;/P&gt;&lt;P&gt;Value : if(vSHOW = 1, 0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight Table &amp;gt;&amp;gt; Layout &amp;gt;&amp;gt; Conditional Show &amp;gt;&amp;gt; vSHOW = 1&lt;/P&gt;&lt;P&gt;Pie Char &amp;gt;&amp;gt; Layout &amp;gt;&amp;gt; Conditional Show &amp;gt;&amp;gt; vSHOW = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613259#M1104788</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-24T09:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613260#M1104789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manish Kachhia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erm, from my understanding that is to show/hide objects right? My problem is that I'm trying to convert the given straight table to a pie chart. But instead showing of the [Posting Date] slices in the pie chart, I want it to only show [Posting Group] slices but selecting say a value i.e Year from a listbox would populate the pie chart slices accordingly as in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your kind attention &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613260#M1104789</guid>
      <dc:creator />
      <dc:date>2014-03-24T09:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613261#M1104790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know whether this could be possible in fast type change.&lt;/P&gt;&lt;P&gt;May be someone can provide better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613261#M1104790</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-24T09:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613262#M1104791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In straight table you used date as Dimension ,copy the same chart then eliminate date in dimension then you can use show and hide options .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613262#M1104791</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-24T09:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613263#M1104792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well actually this is what I want to have&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/55681_pastedImage_0.png" style="width: 620px; height: 407px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pie no longer show [Posting Date] slices even though the posting date is part of the dimension of the pie chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613263#M1104792</guid>
      <dc:creator />
      <dc:date>2014-03-24T09:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613264#M1104794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share sample one &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613264#M1104794</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-24T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613265#M1104796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your kind attention&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 03:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613265#M1104796</guid>
      <dc:creator />
      <dc:date>2014-03-26T03:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table to pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613266#M1104798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I got your problem,you just want to show the pie chart with the contribution of these 4&amp;nbsp; departments?is that correct?&lt;/P&gt;&lt;P&gt;If yes, then if([Gen_ Prod_ Posting Group]='GOODS','SALES',[Gen_ Prod_ Posting Group]) as department&lt;/P&gt;&lt;P&gt;this goes in the backend reload it and in the dimension take this department with the same expression and I think you'll get what you expect...&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 12:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-to-pie-chart/m-p/613266#M1104798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-05T12:28:33Z</dc:date>
    </item>
  </channel>
</rss>

