<?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: Diagram with multiple pie charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780551#M717415</link>
    <description>&lt;P&gt;Thanks, Johannes, that got me a step forward.&lt;/P&gt;&lt;P&gt;I have some pie charts with the expected data now, but still struggling with the desired layout.&lt;/P&gt;&lt;P&gt;Will do some more try&amp;amp;error &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 14:53:56 GMT</pubDate>
    <dc:creator>holgerkch</dc:creator>
    <dc:date>2021-02-05T14:53:56Z</dc:date>
    <item>
      <title>Diagram with multiple pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780459#M717413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just installed&amp;nbsp;QlikView for some private analysis work. I worked with QlikView in my job 10 years years ago, but unfortunately have forgotten a lot of "how to" due to not using it such a long time&lt;/P&gt;&lt;P&gt;Today I failed with two things:&lt;/P&gt;&lt;P&gt;Data imported from Excel, 4 columns:&lt;/P&gt;&lt;P&gt;- Group (examples: XX, YY)&lt;/P&gt;&lt;P&gt;- Key (examples: ABC, DEF, GHI, JKL)&lt;/P&gt;&lt;P&gt;- Original estimate (Example 100,50,40,30)&lt;/P&gt;&lt;P&gt;- Remaining estimate (Example 30,40,40,20)&lt;/P&gt;&lt;P&gt;First, I was not able to create a pie that shows in two segments the split between Remaining estimate and Original estimate.&lt;/P&gt;&lt;P&gt;In my example a pie with a segment of 70% and a segment of 30% for the data (100,30)&lt;/P&gt;&lt;P&gt;Maybe my brain stopped working, that sounds really simple, but I just do not get it arranged that way.&lt;/P&gt;&lt;P&gt;Second thing I have not found out, is if I can set up a diagram with multiple pies in one.&lt;/P&gt;&lt;P&gt;In my example I would like to have pies as described before for ABC, DEF, GHI in one diagram when I select group XX&lt;/P&gt;&lt;P&gt;Any input is welcome, from my work 10 years ago I remember that often it were just minimal thoughts that I was missing to be able to continue&lt;/P&gt;&lt;P&gt;Greetings from Switzerland&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 09:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780459#M717413</guid>
      <dc:creator>holgerkch</dc:creator>
      <dc:date>2021-02-05T09:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diagram with multiple pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780479#M717414</link>
      <description>&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;i tried to structure your data in a different way using like the crosstable functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inline load table:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID, estimate_type, value, group&lt;/P&gt;&lt;P&gt;ABC, original, 70, Y&lt;/P&gt;&lt;P&gt;ABC, remaining, 30, Y&lt;/P&gt;&lt;P&gt;DEF, original, 60, Y&lt;/P&gt;&lt;P&gt;DEF, remaining, 40, Y&lt;/P&gt;&lt;P&gt;GHI, original, 40, W&lt;/P&gt;&lt;P&gt;GHI, remaining, 60, W&lt;/P&gt;&lt;P&gt;JKL, original, 30, W&lt;/P&gt;&lt;P&gt;JKL, remaining, 70, W&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i created a pie chart for example especially for ABC and i wanted to see two segments with 70 and 30.&lt;/P&gt;&lt;P&gt;Configuration of Pie chart:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim: estimate_type&lt;/P&gt;&lt;P&gt;Angle:&amp;nbsp;sum({&amp;lt;ID={ABC}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked for me and you can create multiple pie charts next to each other. I hope this helps and you can create the other ones you need too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Btw i did it in Qlik Sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 10:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780479#M717414</guid>
      <dc:creator>jneppl</dc:creator>
      <dc:date>2021-02-05T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Diagram with multiple pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780551#M717415</link>
      <description>&lt;P&gt;Thanks, Johannes, that got me a step forward.&lt;/P&gt;&lt;P&gt;I have some pie charts with the expected data now, but still struggling with the desired layout.&lt;/P&gt;&lt;P&gt;Will do some more try&amp;amp;error &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 14:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780551#M717415</guid>
      <dc:creator>holgerkch</dc:creator>
      <dc:date>2021-02-05T14:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Diagram with multiple pie charts</title>
      <link>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780778#M953270</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;U&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10460"&gt;@jneppl&lt;/a&gt;&amp;nbsp;wrote:&amp;nbsp;&lt;FONT color="#333333"&gt;&lt;A href="https://www.noxappplayer.org/" target="_self"&gt;&lt;FONT color="#333333"&gt;Nox Player&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;BR /&gt;&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;i tried to structure your data in a different way using like the crosstable functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inline load table:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID, estimate_type, value, group&lt;/P&gt;&lt;P&gt;ABC, original, 70, Y&lt;/P&gt;&lt;P&gt;ABC, remaining, 30, Y&lt;/P&gt;&lt;P&gt;DEF, original, 60, Y&lt;/P&gt;&lt;P&gt;DEF, remaining, 40, Y&lt;/P&gt;&lt;P&gt;GHI, original, 40, W&lt;/P&gt;&lt;P&gt;GHI, remaining, 60, W&lt;/P&gt;&lt;P&gt;JKL, original, 30, W&lt;/P&gt;&lt;P&gt;JKL, remaining, 70, W&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i created a pie chart for example especially for ABC and i wanted to see two segments with 70 and 30.&lt;/P&gt;&lt;P&gt;Configuration of Pie chart:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim: estimate_type&lt;/P&gt;&lt;P&gt;Angle:&amp;nbsp;sum({&amp;lt;ID={ABC}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked for me and you can create multiple pie charts next to each other. I hope this helps and you can create the other ones you need too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Btw i did it in Qlik Sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks johannes ,For help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 04:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diagram-with-multiple-pie-charts/m-p/1780778#M953270</guid>
      <dc:creator>Norwood14</dc:creator>
      <dc:date>2021-02-09T04:36:24Z</dc:date>
    </item>
  </channel>
</rss>

