<?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: How do I create a KPI pie-chart out of summarized data? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354305#M30249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2017 19:30:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-04-06T19:30:32Z</dc:date>
    <item>
      <title>How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354298#M30242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a compliance KPI pie-chart out of summarized data.&lt;/P&gt;&lt;P&gt;Here is the data (example):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ComputerName,Update,Computer_Installed,Computer_Applicable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PC01,MS09-001,0,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PC01,MS09-002,1,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PC01,MS09-003,1,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PC01,MS09-004,0,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my attempt to create a dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 0.80, '0-79%',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 0.90, '80-89%',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 1, '90-100%')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use the above script. I get error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The measurement would be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;COUNT(DISTINCT ComputerName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354298#M30242</guid>
      <dc:creator />
      <dc:date>2017-04-06T12:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354299#M30243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 0.80, '0-79%',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 0.90, '80-89%',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 1, '90-100%')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;ComputerName&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354299#M30243</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-06T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354300#M30244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;This only gives me 1 value.&lt;/P&gt;&lt;P&gt;I would like the result to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;0-79% - x Computers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;80-89% - x computers&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;90-100% - x computers&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I hope you understand what I mean &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 17:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354300#M30244</guid>
      <dc:creator />
      <dc:date>2017-04-06T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354301#M30245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure at what level you are doing this calculation check on? Is it on the Update and ComputerName level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Aggr(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 0.80, '0-79%',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 0.90, '80-89%',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'courier new', courier;"&gt;if(SUM(Computer_Installed) / SUM(Computer_Applicable) &amp;lt;= 1, '90-100%')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ComputerName, Update&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May be helpful if you can provide a sample to look at&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 17:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354301#M30245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-06T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354302#M30246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last script ALMOST works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample so you might get an idea what I am looking for.&lt;/P&gt;&lt;P&gt;To the left I get the correct KPI.&lt;/P&gt;&lt;P&gt;To the right, I want to summarize KPI and count of computers.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MWSnap 2017-04-06 - 20_28_29.jpg" class="jive-image image-1" src="/legacyfs/online/159325_MWSnap 2017-04-06 - 20_28_29.jpg" style="height: 254px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In the last script I am missing one of the three KPI's...&lt;/P&gt;&lt;P&gt;I attached QVF file also &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 18:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354302#M30246</guid>
      <dc:creator />
      <dc:date>2017-04-06T18:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354303#M30247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like my first suggestion worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159333_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 18:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354303#M30247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-06T18:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354304#M30248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic! I tested before but did not get it to work. But now it does and just the way I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354304#M30248</guid>
      <dc:creator />
      <dc:date>2017-04-06T19:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a KPI pie-chart out of summarized data?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354305#M30249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-create-a-KPI-pie-chart-out-of-summarized-data/m-p/1354305#M30249</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-06T19:30:32Z</dc:date>
    </item>
  </channel>
</rss>

