<?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 Chart without dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759270#M58684</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have used the search, but I don't exactly know how to search this, I hope someone can help me..&lt;/P&gt;&lt;P&gt;I want a pie chart wihout setting a specific dimension, just the sum of values in that column.&lt;/P&gt;&lt;P&gt;In Excel you can use the sum of values of a specific column, and the dimension is the name of that column (axis=Values).&lt;/P&gt;&lt;P&gt;So what I need:&lt;/P&gt;&lt;P&gt;Column A = Total of 5000&lt;BR /&gt;Column B = Total of 5000&lt;BR /&gt;Column C = Total of 5000&lt;BR /&gt;Column D = Total of 5000&lt;BR /&gt;Than I want to see a pie chart, with 4 quarters of 5000 and each is named afterthat Column.&lt;/P&gt;&lt;P&gt;Am I making sense?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:09:43 GMT</pubDate>
    <dc:creator>MCmiranda</dc:creator>
    <dc:date>2024-11-16T01:09:43Z</dc:date>
    <item>
      <title>Pie Chart without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759270#M58684</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have used the search, but I don't exactly know how to search this, I hope someone can help me..&lt;/P&gt;&lt;P&gt;I want a pie chart wihout setting a specific dimension, just the sum of values in that column.&lt;/P&gt;&lt;P&gt;In Excel you can use the sum of values of a specific column, and the dimension is the name of that column (axis=Values).&lt;/P&gt;&lt;P&gt;So what I need:&lt;/P&gt;&lt;P&gt;Column A = Total of 5000&lt;BR /&gt;Column B = Total of 5000&lt;BR /&gt;Column C = Total of 5000&lt;BR /&gt;Column D = Total of 5000&lt;BR /&gt;Than I want to see a pie chart, with 4 quarters of 5000 and each is named afterthat Column.&lt;/P&gt;&lt;P&gt;Am I making sense?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759270#M58684</guid>
      <dc:creator>MCmiranda</dc:creator>
      <dc:date>2024-11-16T01:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759281#M58685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/129176"&gt;@MCmiranda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just try using valuelist. On dimension , write down something analogue to Valuelist('A','B','C',D')&lt;/P&gt;&lt;P&gt;After that, add a Measure with something similar to this&lt;/P&gt;&lt;P&gt;if(ValueList('A','B','C','D') = 'A',sum(A), //expression for column A&lt;BR /&gt;if(ValueList('A','B','C','D') = 'B',sum(B), //expression for column B&lt;BR /&gt;if(ValueList('A','B','C','D') = 'C',sum(C), //expression for column C&lt;BR /&gt;if(ValueList('A','B','C','D') = 'D',sum(D), //expression for column D&lt;BR /&gt;))))&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 11:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759281#M58685</guid>
      <dc:creator>forte</dc:creator>
      <dc:date>2020-11-06T11:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759313#M58691</link>
      <description>&lt;P&gt;Thanks! I get the picture &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 13:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pie-Chart-without-dimension/m-p/1759313#M58691</guid>
      <dc:creator>MCmiranda</dc:creator>
      <dc:date>2020-11-06T13:00:04Z</dc:date>
    </item>
  </channel>
</rss>

