<?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 Comparing two pie charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267463#M100443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi georgina_spary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you have the following kind of data:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Program:&lt;/P&gt;&lt;P&gt;load * inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ProgramName, SomeValue&lt;/P&gt;&lt;P&gt;Monday Sports, 100&lt;/P&gt;&lt;P&gt;Tuesday Rest, 300&lt;/P&gt;&lt;P&gt;Wednesday Work, 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benchmark:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ProgramName, AnotherValue&lt;/P&gt;&lt;P&gt;Monday Sports, 1000&lt;/P&gt;&lt;P&gt;Wednesday Work, 100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create two pie charts with dimension ProgramName. One pie chart can have Expression of avg(SomeValue). Clone the pie chart and change the Expression to avg(AnotherValue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click one pie chart -- Properties -- Colors tab -- click Persistent Colors -- OK. Repeat the process for the next pie chart. The result will look like this and might be easier to read.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie-charts-persistent-colors.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5097_pie-charts-persistent-colors.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2011 18:30:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-06T18:30:19Z</dc:date>
    <item>
      <title>Comparing two pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267462#M100442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to display two pie charts next to each other (Programme 1 vs Benchmark). The trouble is that Benchmark has more dimensions than Programme 1 so the automatically assigned colours are different for the same dimension, between the two pie charts. This makes the comparison very hard to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's an automated report covering 80 Programmes against 24 Benchmarks, so I can't hard code a colour against each dimension. I want to build one chart which consists of two pie circles. If I put both expressions in 1 chart I get a mess of inner/outer rings, again very hard to read, I just want two charts next to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anyone? I've never used Trellis before, would that be the way to go? if so where do I find that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 17:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267462#M100442</guid>
      <dc:creator>georgina_spary</dc:creator>
      <dc:date>2011-06-06T17:53:57Z</dc:date>
    </item>
    <item>
      <title>Comparing two pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267463#M100443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi georgina_spary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you have the following kind of data:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Program:&lt;/P&gt;&lt;P&gt;load * inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ProgramName, SomeValue&lt;/P&gt;&lt;P&gt;Monday Sports, 100&lt;/P&gt;&lt;P&gt;Tuesday Rest, 300&lt;/P&gt;&lt;P&gt;Wednesday Work, 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benchmark:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ProgramName, AnotherValue&lt;/P&gt;&lt;P&gt;Monday Sports, 1000&lt;/P&gt;&lt;P&gt;Wednesday Work, 100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create two pie charts with dimension ProgramName. One pie chart can have Expression of avg(SomeValue). Clone the pie chart and change the Expression to avg(AnotherValue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click one pie chart -- Properties -- Colors tab -- click Persistent Colors -- OK. Repeat the process for the next pie chart. The result will look like this and might be easier to read.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie-charts-persistent-colors.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5097_pie-charts-persistent-colors.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 18:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267463#M100443</guid>
      <dc:creator />
      <dc:date>2011-06-06T18:30:19Z</dc:date>
    </item>
    <item>
      <title>Comparing two pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267464#M100444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's just what I need, thanks, I'll give it a go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 09:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-pie-charts/m-p/267464#M100444</guid>
      <dc:creator>georgina_spary</dc:creator>
      <dc:date>2011-06-08T09:13:13Z</dc:date>
    </item>
  </channel>
</rss>

