<?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: Aggr &amp;amp; Set Analyis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874212#M72105</link>
    <description>&lt;P&gt;Thank&amp;nbsp;&lt;SPAN&gt;tresesco!&lt;BR /&gt;What is that 'e' there before&amp;nbsp;Queue_Num?&lt;BR /&gt;Also, how or where in the set can I&amp;nbsp;add extra filters?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 12:25:00 GMT</pubDate>
    <dc:creator>shayd</dc:creator>
    <dc:date>2021-12-22T12:25:00Z</dc:date>
    <item>
      <title>Aggr &amp; Set Analyis</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874148#M72090</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have the following table:&lt;/P&gt;
&lt;TABLE width="539px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;IncidentID&lt;/TD&gt;
&lt;TD width="133.984px"&gt;Queue_Start_Date&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;Queue_Num&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;F0F98C23-BD60-E711-8D3D-0050569E2C95&lt;/TD&gt;
&lt;TD width="133.984px"&gt;18/2/2021 8:07&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;F0F98C23-BD60-E711-8D3D-0050569E2C95&lt;/TD&gt;
&lt;TD width="133.984px"&gt;18/2/2021 9:28&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;F0F98C23-BD60-E711-8D3D-0050569E2C95&lt;/TD&gt;
&lt;TD width="133.984px"&gt;18/2/2021 9:38&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;9E0DF7AC-8114-E711-A3AF-0050569E2C95&lt;/TD&gt;
&lt;TD width="133.984px"&gt;17/6/2020 8:21&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;9E0DF7AC-8114-E711-A3AF-0050569E2C95&lt;/TD&gt;
&lt;TD width="133.984px"&gt;17/6/2020 8:37&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;88BBB488-86A4-EA11-8064-0050569E4450&lt;/TD&gt;
&lt;TD width="133.984px"&gt;11/6/2020 6:43&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;5A441CC2-89A4-EA11-8064-0050569E4450&lt;/TD&gt;
&lt;TD width="133.984px"&gt;2/6/2020 4:37&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308px"&gt;3C9A079F-8AA4-EA11-8064-0050569E4450&lt;/TD&gt;
&lt;TD width="133.984px"&gt;2/6/2020 4:38&lt;/TD&gt;
&lt;TD width="96.0156px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;The Queue_Num field basically counts how many times IncidentID appears in the table(row_number).&lt;BR /&gt;I want to count how many IncidentID's I have that their&amp;nbsp;Queue_Num's count is not higher then 1 (I have 3, rows 6,7 &amp;amp; 8).&lt;BR /&gt;How many&amp;nbsp;IncidentID's I have that their&amp;nbsp;Queue_Num's count is not higher then 2 (I have 2, rows 4 and onwards).&lt;BR /&gt;How many&amp;nbsp;IncidentID's I have that their&amp;nbsp;Queue_Num's count is higher then 2 (I have 1, rows 1,2 &amp;amp; 3).&lt;/P&gt;
&lt;P&gt;Is there a way to do that using aggr + set analysis on UI?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874148#M72090</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-12-22T09:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr &amp; Set Analyis</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874156#M72091</link>
      <description>&lt;P&gt;I hope you didn't really mean to use aggr+set analysis, and it would be fine if set analysis alone could help you.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For your first problem, try like:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=Count(DISTINCT {&amp;lt;IncidentID=e({&amp;lt;Queue_Num={"&amp;gt;1"}&amp;gt;})&amp;gt;} IncidentID)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;For the rest, I will leave it to you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 10:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874156#M72091</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-12-22T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr &amp; Set Analyis</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874158#M72092</link>
      <description>&lt;P&gt;You should be able to do this usin &lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" target="_self"&gt;implicit set analysis&lt;/A&gt;. It could look something&amp;nbsp; like this.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;No of all incidents with queue_num not larger than 1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Count({&amp;lt; IncidentId=E({1&amp;lt;Queue_num={"&amp;gt;1"}&amp;gt;}) &amp;gt;} DISTINCT IncidentId)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874158#M72092</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-12-22T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr &amp; Set Analyis</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874212#M72105</link>
      <description>&lt;P&gt;Thank&amp;nbsp;&lt;SPAN&gt;tresesco!&lt;BR /&gt;What is that 'e' there before&amp;nbsp;Queue_Num?&lt;BR /&gt;Also, how or where in the set can I&amp;nbsp;add extra filters?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874212#M72105</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-12-22T12:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr &amp; Set Analyis</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874215#M72106</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92337"&gt;@shayd&lt;/a&gt;&amp;nbsp;, p() and e() are called element functions in set analysis. P() includes the possible values and e() excludes the possible values. For better understanding follow the link shared by Vegar above.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874215#M72106</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-12-22T12:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr &amp; Set Analyis</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874217#M72107</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Vegar!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-amp-Set-Analyis/m-p/1874217#M72107</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-12-22T12:27:01Z</dc:date>
    </item>
  </channel>
</rss>

