<?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 Pie with 2 dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154266#M30949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I can, and I agree this is the best solution. I was trying to avoid it because, besides the example, I have a number of different combinations to consider, but I will do this way.&lt;/P&gt;&lt;P&gt;Thank you very much again&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Nov 2009 03:02:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-21T03:02:03Z</dc:date>
    <item>
      <title>Pie with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154262#M30945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I have been asked to do a pie chart based on two dimensions (let us say Zone and Item) combined together. This means, they don't want to see a two level pie, as like QV will do in this case, but a plain pie with the two dimensions combined together. Like this:&lt;/P&gt;&lt;P&gt;ZONE1 - ITEM1 is a slice&lt;BR /&gt;ZONE1 - ITEM2 is another slice&lt;BR /&gt;ZONE2 - ITEM1 is a third slice, and so on...&lt;/P&gt;&lt;P&gt;In other word, this would be the same we would get in the external crown of a two-dimension pie, but without the internal sub-pie.&lt;/P&gt;&lt;P&gt;The solution should be a calculated dimension like that:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Zone &amp;amp; "-" &amp;amp; Item&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But this seems to be very hard to compute for QV and, eventually, I get an out of memory or internally failed drawing error, despite the numerosity of the fields is rather low (the total number of combination is about 20).&lt;BR /&gt;Using a linear table instead, I get the result without errors, after a very long computing time.&lt;/P&gt;&lt;P&gt;Any workaround suggested?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 17:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154262#M30945</guid>
      <dc:creator />
      <dc:date>2009-11-17T17:58:20Z</dc:date>
    </item>
    <item>
      <title>Pie with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154263#M30946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried a stacked bar-chart - eventually in vertical order?&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 03:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154263#M30946</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-20T03:22:10Z</dc:date>
    </item>
    <item>
      <title>Pie with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154264#M30947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. But they want the pie.....&lt;/P&gt;&lt;P&gt;So, I managed to give them their pie with concatenated dimensions, but removing any other object and data... and still it takes minutes to draw. Definitely it's a critical task for QV.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 04:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154264#M30947</guid>
      <dc:creator />
      <dc:date>2009-11-20T04:16:55Z</dc:date>
    </item>
    <item>
      <title>Pie with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154265#M30948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, if I got your problem correct. Can you concatenate in the script probably? Have attached a small sample.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 04:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154265#M30948</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-20T04:27:47Z</dc:date>
    </item>
    <item>
      <title>Pie with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154266#M30949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I can, and I agree this is the best solution. I was trying to avoid it because, besides the example, I have a number of different combinations to consider, but I will do this way.&lt;/P&gt;&lt;P&gt;Thank you very much again&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 03:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-with-2-dimensions/m-p/154266#M30949</guid>
      <dc:creator />
      <dc:date>2009-11-21T03:02:03Z</dc:date>
    </item>
  </channel>
</rss>

