<?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: Need help with a pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30162#M787531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the code that i have use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intervals:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;from, to, %&lt;/P&gt;&lt;P&gt;"0", "48", "&amp;lt; 50%"&lt;/P&gt;&lt;P&gt;"49", "72", "50-75%"&lt;/P&gt;&lt;P&gt;"73", "96", "&amp;gt;75%"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temporal:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd_meter, Lecturas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 96&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 96&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 52&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IntervalMatch(Lecturas)&lt;/P&gt;&lt;P&gt;left Join(Temporal)&lt;/P&gt;&lt;P&gt;LOAD Distinct from, to&lt;/P&gt;&lt;P&gt;RESIDENT Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (Temporal)&lt;/P&gt;&lt;P&gt;LOAD * resident Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Fields from, to;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Tables Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have created the objtect using the Dimension "%" and the Expression "count(cd_meter)"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 16:54:22 GMT</pubDate>
    <dc:creator>jaumecf23</dc:creator>
    <dc:date>2018-02-15T16:54:22Z</dc:date>
    <item>
      <title>Need help with a pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30159#M787528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;Im kinda new to qlikview only been using it for about 2-3 weeks&lt;/P&gt;&lt;P&gt;and now im in trouble with a pie chart,&lt;/P&gt;&lt;P&gt;I got this table to show what im trying to graphs&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tabla.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193510_tabla.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;theeres a meter_id "cd_meter" and the total amount of reading done "total_lecturas"&lt;/P&gt;&lt;P&gt;the reading are supposed to be each 15 mim so theres 96 reading in a day, but something for errors they dont ocurred&lt;/P&gt;&lt;P&gt;so i'm trying to graphs in a pie chart how many meters got arround 75-100% of the readings, 50-75%, and less than 50%&lt;/P&gt;&lt;P&gt;in diffrent colours, like this (ignore paint)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PIE CHART.png" class="jive-image image-2" height="254" src="/legacyfs/online/193514_PIE CHART.png" style="height: 254px; width: 333.813px;" width="334" /&gt;&lt;/P&gt;&lt;P&gt;how I alredy do the count(readings) in the script and save it like total_lecturas in the expresion of the pie chart&lt;/P&gt;&lt;P&gt;I have =total_lecturas, and im using the color mixed wizard to give the color for each porcent&lt;/P&gt;&lt;P&gt;something like this, ignore the colors, if(total_lecturas&amp;gt;72, rgb(123,123,4123), if(total_lecturas&amp;lt;=72 and total_lecturas&amp;gt;48,rgb(2312,412, etc etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30159#M787528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30160#M787529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attach a QVW than can provides a solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30160#M787529</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-15T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30161#M787530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks for your quick response Jaume, but I have personal edition and alredy reach the max amount for open documment, can you please attach images?&lt;SPAN class="emoticon-inline emoticon_happy" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1436484" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30161#M787530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30162#M787531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the code that i have use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intervals:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;from, to, %&lt;/P&gt;&lt;P&gt;"0", "48", "&amp;lt; 50%"&lt;/P&gt;&lt;P&gt;"49", "72", "50-75%"&lt;/P&gt;&lt;P&gt;"73", "96", "&amp;gt;75%"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temporal:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd_meter, Lecturas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 96&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 96&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 52&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IntervalMatch(Lecturas)&lt;/P&gt;&lt;P&gt;left Join(Temporal)&lt;/P&gt;&lt;P&gt;LOAD Distinct from, to&lt;/P&gt;&lt;P&gt;RESIDENT Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (Temporal)&lt;/P&gt;&lt;P&gt;LOAD * resident Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Fields from, to;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Tables Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have created the objtect using the Dimension "%" and the Expression "count(cd_meter)"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-pie-chart/m-p/30162#M787531</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-02-15T16:54:22Z</dc:date>
    </item>
  </channel>
</rss>

