<?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: Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1992958#M82163</link>
    <description>&lt;P&gt;Perhaps as below&lt;/P&gt;
&lt;P&gt;FirstSortedValue(Aggr(Count(ID),ID,DOE,DOA), -DOA)&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 20:28:56 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2022-10-14T20:28:56Z</dc:date>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1992928#M82161</link>
      <description>&lt;P&gt;In ID = 1A there are two DOA Values,&lt;/P&gt;
&lt;P&gt;that's why count (where difference of DOE-DOA less than 0)&amp;nbsp; is coming 2 ,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually there should be 1 because that is only 1 ID which is 1A but due to two different dates ,&lt;/P&gt;
&lt;P&gt;count is coming 2,&lt;/P&gt;
&lt;P&gt;In KPI also I want to achieve same result that count should be 1.&lt;/P&gt;
&lt;P&gt;Anyone can help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="q1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91376iE41FDDC982C333A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="q1.png" alt="q1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="q2.png" style="width: 455px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91374iD831A1304910EFC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="q2.png" alt="q2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="q3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91375i86919C87FD0E9726/image-size/large?v=v2&amp;amp;px=999" role="button" title="q3.png" alt="q3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 18:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1992928#M82161</guid>
      <dc:creator>pratham39</dc:creator>
      <dc:date>2022-10-14T18:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1992958#M82163</link>
      <description>&lt;P&gt;Perhaps as below&lt;/P&gt;
&lt;P&gt;FirstSortedValue(Aggr(Count(ID),ID,DOE,DOA), -DOA)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 20:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1992958#M82163</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-10-14T20:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1993010#M82170</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;
&lt;P&gt;First of all thanks for your response,&lt;/P&gt;
&lt;P&gt;i want to display Count 1&amp;nbsp; when DOE - DOA &amp;lt;0 for ID = 1A, overall KPI Value should be 3 bcz there are 3 ID's&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="q4.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91400i8DBBD0ABE509609A/image-size/large?v=v2&amp;amp;px=999" role="button" title="q4.png" alt="q4.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2022 13:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1993010#M82170</guid>
      <dc:creator>pratham39</dc:creator>
      <dc:date>2022-10-15T13:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1993044#M82173</link>
      <description>&lt;P&gt;=Count(Aggr(FirstSortedValue(ID,-DOA),ID,DOA,DOE))&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 11:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis/m-p/1993044#M82173</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-10-16T11:34:09Z</dc:date>
    </item>
  </channel>
</rss>

