<?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: Create a pie chart using calculated expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139968#M509667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Ruben - thanks for this clarification, most appreciated and apologies in the delay replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2018 10:31:23 GMT</pubDate>
    <dc:creator>ricardodeano</dc:creator>
    <dc:date>2018-11-01T10:31:23Z</dc:date>
    <item>
      <title>Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139963#M509662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My head isn't working at all today so please forgive this question. I have the following expression that calculates a percentage:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;Response={'0','1','Unsure'}&amp;gt;}Response)/Count(Question))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I go about a pie chart that effectively demonstrates this simple percentage?&amp;nbsp; I can't seem to get my head around what would be the dimensions and measure(s)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 09:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139963#M509662</guid>
      <dc:creator>ricardodeano</dc:creator>
      <dc:date>2018-10-26T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139964#M509663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the request from the client was for a pie chart but using a gauge looks far better in my opinion - that way I can use the expression as is above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 09:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139964#M509663</guid>
      <dc:creator>ricardodeano</dc:creator>
      <dc:date>2018-10-26T09:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139965#M509664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is your pie chart supposed to show? If I had to guess, you want to show the amount of questions that got reponse 0, 1, or Unsure as a percentage of the total amount of questions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, just use response as dimension and use Count(Question) as expression. To make it a percentage, tick the 'relative' checkbox for the expression. If there are more types of responses and you only want those 3, add your set analysis to the expression. If there are more than 3 types of responses but you still want the rest to be taken into account in your percentage and show them as 'other' in your pie chart, I think you can solve that by creating a calculated dimension (if (response = 0 or response = 1 or response = unsure, response, 'other'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your questions is 'what percentage of questions is either 0, 1, or unsure?', then yes a gauge is probably better, and your expression should just work like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 12:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139965#M509664</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-26T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139966#M509665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard, pie tables distributes a 100%, so you can add 2 expressions:&lt;/P&gt;&lt;P&gt;- one with the percentage to show&lt;/P&gt;&lt;P&gt;- another to complete the 100%: (1-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Count({&amp;lt;Response={'0','1','Unsure'}&amp;gt;}Response)/Count(Question)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Note that the gauge chart can be changed in presentation chart to show 360 degrees and 0 inner area, also changing the 'Mode' to fill the gaude it can look similar to a pie chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 12:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139966#M509665</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-26T12:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139967#M509666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens, yes your final question is the definitive question so the gauge is definitely the visualisation to use in this case. Apologies for the delay in replying, kids have been on half term holiday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 10:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139967#M509666</guid>
      <dc:creator>ricardodeano</dc:creator>
      <dc:date>2018-11-01T10:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139968#M509667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Ruben - thanks for this clarification, most appreciated and apologies in the delay replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 10:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139968#M509667</guid>
      <dc:creator>ricardodeano</dc:creator>
      <dc:date>2018-11-01T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139969#M509668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, don't worry about it. Do you still need help with this, or have you managed to figure out how to create the gauge chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 11:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139969#M509668</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-11-01T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a pie chart using calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139970#M509669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah I managed to sort the gauge pretty easily thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-pie-chart-using-calculated-expression/m-p/139970#M509669</guid>
      <dc:creator>ricardodeano</dc:creator>
      <dc:date>2018-11-01T16:24:18Z</dc:date>
    </item>
  </channel>
</rss>

