<?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: Counting expression result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59818#M785259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we do modelling here , Suggest by placing them in the script which would be the ideal case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can add the first expression , then use the Column(1) to play on the first expression and increment the counters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2018 18:30:26 GMT</pubDate>
    <dc:creator>ychaitanya</dc:creator>
    <dc:date>2018-03-06T18:30:26Z</dc:date>
    <item>
      <title>Counting expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59817#M785258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the following expression in a table..&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;SUM([raw_Overall Score])/COUNT(IF([raw_Overall Score]&amp;gt;0,[raw_Overall Score]))&amp;gt;=4.5,&lt;/P&gt;&lt;P&gt;'Legendary',&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;SUM([raw_Overall Score])/COUNT(IF([raw_Overall Score]&amp;gt;0,[raw_Overall Score]))&amp;gt;=3.5,&lt;/P&gt;&lt;P&gt;'Stella',&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;SUM([raw_Overall Score])/COUNT(IF([raw_Overall Score]&amp;gt;0,[raw_Overall Score]))&amp;gt;=2.5,&lt;/P&gt;&lt;P&gt;'Strong',&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;SUM([raw_Overall Score])/COUNT(IF([raw_Overall Score]&amp;gt;0,[raw_Overall Score]))&amp;gt;=1.5,&lt;/P&gt;&lt;P&gt;'Steady',&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;SUM([raw_Overall Score])/COUNT(IF([raw_Overall Score]&amp;gt;0,[raw_Overall Score]))&amp;gt;=0.5,&lt;/P&gt;&lt;P&gt;'Concern'&lt;/P&gt;&lt;P&gt;)&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there a way to count the results of this expression and create a pie chart based on that count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the count of 'Legendary' ,'&lt;SPAN style="font-size: 13.3333px;"&gt;Stella','&lt;SPAN style="font-size: 13.3333px;"&gt;Strong','&lt;SPAN style="font-size: 13.3333px;"&gt;Steady','&lt;SPAN style="font-size: 13.3333px;"&gt;Concern' and use it in a pie chart. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sample attached.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&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/Counting-expression-result/m-p/59817#M785258</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Counting expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59818#M785259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we do modelling here , Suggest by placing them in the script which would be the ideal case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can add the first expression , then use the Column(1) to play on the first expression and increment the counters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 18:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59818#M785259</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2018-03-06T18:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Counting expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59819#M785260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&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/195497_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 19:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59819#M785260</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-06T19:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Counting expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59820#M785261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yet again, Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 00:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-expression-result/m-p/59820#M785261</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2018-03-07T00:00:23Z</dc:date>
    </item>
  </channel>
</rss>

