<?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 output with calculated expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pie-chart-output-with-calculated-expression/m-p/985967#M336305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I need to use expression as below&amp;nbsp; to show &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Pie Chart of percentage breakdown to Alarmed Cells, Highly Utilized Cells, Standard Cells and Low Utilized cells based on filtered KPI and date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;)&amp;gt;4 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,0)&amp;gt;4,'Alarmed',&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(-&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;((&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,1)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,2)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,3)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,4)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,5)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,6)&amp;gt;4))&amp;gt;=4,'Highly utilized',&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(-&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;((&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,1)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,2)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,3)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,4)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,5)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,6)&amp;lt;3))&amp;gt;=6,'Low utilized',&lt;BR /&gt; 'Standard')))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example the straight table Classification output is showing "CELL C1 -&amp;gt;KPI-&amp;gt;K1--&amp;gt;date-&amp;gt;16/08/2015--as ""HIGHLY UTILIZED"".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pie chart output should show the classification of CELLS per KPI and date in percentage i"e 100% HIGHLY UTILIZED FOR date -&amp;gt;16/08/2015.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I use the above expression for Pie chart calculation percentage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PFA the sampel qvw I am woring on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 07:52:17 GMT</pubDate>
    <dc:creator>aj0031724</dc:creator>
    <dc:date>2015-09-07T07:52:17Z</dc:date>
    <item>
      <title>pie chart output with calculated expression</title>
      <link>https://community.qlik.com/t5/QlikView/pie-chart-output-with-calculated-expression/m-p/985967#M336305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I need to use expression as below&amp;nbsp; to show &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Pie Chart of percentage breakdown to Alarmed Cells, Highly Utilized Cells, Standard Cells and Low Utilized cells based on filtered KPI and date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;)&amp;gt;4 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,0)&amp;gt;4,'Alarmed',&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(-&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;((&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,1)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,2)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,3)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,4)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,5)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,6)&amp;gt;4))&amp;gt;=4,'Highly utilized',&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(-&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;((&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,1)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,2)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,3)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,4)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,5)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vkpivalue)&lt;/EM&gt;&lt;/STRONG&gt;,6)&amp;lt;3))&amp;gt;=6,'Low utilized',&lt;BR /&gt; 'Standard')))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example the straight table Classification output is showing "CELL C1 -&amp;gt;KPI-&amp;gt;K1--&amp;gt;date-&amp;gt;16/08/2015--as ""HIGHLY UTILIZED"".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pie chart output should show the classification of CELLS per KPI and date in percentage i"e 100% HIGHLY UTILIZED FOR date -&amp;gt;16/08/2015.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I use the above expression for Pie chart calculation percentage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PFA the sampel qvw I am woring on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pie-chart-output-with-calculated-expression/m-p/985967#M336305</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-09-07T07:52:17Z</dc:date>
    </item>
  </channel>
</rss>

