<?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 How to Calculate aggr for performance in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1644876#M732231</link>
    <description>&lt;P&gt;Hi, please help me&lt;/P&gt;&lt;P&gt;I want show this condition (see attachment) when all filters are removed this formula is not work, but if Filter I choose Month this formula is work. What should I do?&lt;/P&gt;&lt;P&gt;This my formula for High Perfomance:&lt;/P&gt;&lt;P&gt;sum(aggr(&lt;BR /&gt;if( SUM(AGGR(if([Status Performance]='Good',1,0),Aspek,Bulan,Name)) &amp;gt;6 ,1)&lt;BR /&gt;,Name, Bulan, Tahun))&lt;/P&gt;&lt;P&gt;This my formula for Medium Perfomance:&lt;/P&gt;&lt;P&gt;sum(aggr(&lt;BR /&gt;if(SUM(AGGR(if([Status Performance]='Good',1,0),Aspek, Bulan, Name))&amp;gt;=4 and SUM(AGGR(if([Status Performance]='Good',1,0),Aspek, Bulan, Name)) &amp;lt;=6,1)&lt;BR /&gt;,Name, Bulan, Tahun))&lt;/P&gt;&lt;P&gt;This is formula for Low Performance:&lt;/P&gt;&lt;P&gt;sum(aggr(if(SUM(AGGR(if([Status Performance]='Good',1,0),Aspek, Bulan, Name))&amp;lt;4,1),FTO, Bulan, Tahun))&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Fia_Fiia</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Calculate aggr for performance in expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1644876#M732231</link>
      <description>&lt;P&gt;Hi, please help me&lt;/P&gt;&lt;P&gt;I want show this condition (see attachment) when all filters are removed this formula is not work, but if Filter I choose Month this formula is work. What should I do?&lt;/P&gt;&lt;P&gt;This my formula for High Perfomance:&lt;/P&gt;&lt;P&gt;sum(aggr(&lt;BR /&gt;if( SUM(AGGR(if([Status Performance]='Good',1,0),Aspek,Bulan,Name)) &amp;gt;6 ,1)&lt;BR /&gt;,Name, Bulan, Tahun))&lt;/P&gt;&lt;P&gt;This my formula for Medium Perfomance:&lt;/P&gt;&lt;P&gt;sum(aggr(&lt;BR /&gt;if(SUM(AGGR(if([Status Performance]='Good',1,0),Aspek, Bulan, Name))&amp;gt;=4 and SUM(AGGR(if([Status Performance]='Good',1,0),Aspek, Bulan, Name)) &amp;lt;=6,1)&lt;BR /&gt;,Name, Bulan, Tahun))&lt;/P&gt;&lt;P&gt;This is formula for Low Performance:&lt;/P&gt;&lt;P&gt;sum(aggr(if(SUM(AGGR(if([Status Performance]='Good',1,0),Aspek, Bulan, Name))&amp;lt;4,1),FTO, Bulan, Tahun))&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1644876#M732231</guid>
      <dc:creator>Fia_Fiia</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate aggr for performance in expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1645101#M732232</link>
      <description>&lt;P&gt;How do you get performance High =1, when there is 6 Medium Performance?&lt;/P&gt;&lt;P&gt;If I understand your logic correctly, Medium Performance have to be greater than 6 in order for the expression to reflect as High.&lt;/P&gt;&lt;P&gt;Did I missed out something here?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 02:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1645101#M732232</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-11-11T02:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate aggr for performance in expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1646568#M732233</link>
      <description>&lt;P&gt;Fia, the best I have in addition to what Arthur posted is the following:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Use-Aggregation-Functions/ba-p/1475833" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Use-Aggregation-Functions/ba-p/1475833&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are quite a few posts on AGGR in the Design Blog area, so if the above and the other links included in that post do not completely help, try the base URL for the area and search yourself to see if you can find something more specific...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 16:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Calculate-aggr-for-performance-in-expression/m-p/1646568#M732233</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-13T16:47:35Z</dc:date>
    </item>
  </channel>
</rss>

