<?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: Max  / GROUP BY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1944461#M1219515</link>
    <description>&lt;P&gt;Hi I tried and for some reason it is not working for few id, Not sure why&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 10:04:29 GMT</pubDate>
    <dc:creator>Prabhu1204</dc:creator>
    <dc:date>2022-06-16T10:04:29Z</dc:date>
    <item>
      <title>Max  / GROUP BY</title>
      <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942509#M1219400</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i have a data with ID, Status, Priority and phase. In qlik the output should be like,&lt;/P&gt;
&lt;P&gt;I have to take the maximum priority and corresponding phase for the status complete Is it possible to show like below expected output image&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prabhu1204_0-1655025343962.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81570i01121123063419A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prabhu1204_0-1655025343962.png" alt="Prabhu1204_0-1655025343962.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 09:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942509#M1219400</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-06-12T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max  / GROUP BY</title>
      <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942510#M1219401</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 09:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942510#M1219401</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-06-12T09:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Max  / GROUP BY</title>
      <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942523#M1219403</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/100262"&gt;@Prabhu1204&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;Temp:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;ID Priority Status Phase&lt;BR /&gt;1 2 Compelte Review&lt;BR /&gt;1 5 Compelte Contract&lt;BR /&gt;1 4 Compelte Approva&lt;BR /&gt;1 1 Compelte sign&lt;BR /&gt;2 2 Compelte Review&lt;BR /&gt;2 5 Compelte Contract&lt;BR /&gt;2 7 Compelte Approva&lt;BR /&gt;2 8 Open Close&lt;BR /&gt;2 9 Open &lt;BR /&gt;](delimiter is ' ');&lt;/P&gt;
&lt;P&gt;Load &lt;BR /&gt;ID, FirstSortedValue(Phase, -Priority) as FinalPhase Resident Temp where Status = 'Compelte'&lt;BR /&gt;group by ID;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1655039813061.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81573i7E18DA91BB5B78BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1655039813061.png" alt="MayilVahanan_0-1655039813061.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 13:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942523#M1219403</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-06-12T13:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Max  / GROUP BY</title>
      <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942573#M1219405</link>
      <description>&lt;P&gt;For some reasons It is not working. I have many fields other than Id field like, date, department. etc.. is ther any approach which can be implemented in UI&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 03:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942573#M1219405</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-06-13T03:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max  / GROUP BY</title>
      <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942712#M1219412</link>
      <description>&lt;P&gt;Might be,&lt;/P&gt;
&lt;P&gt;try like below&lt;/P&gt;
&lt;P&gt;FirstSortedValue(Phase, -Aggr(Max({&amp;lt;Status={"Compelte"}&amp;gt;} Priority), Priority, ID))&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 08:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1942712#M1219412</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-06-13T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Max  / GROUP BY</title>
      <link>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1944461#M1219515</link>
      <description>&lt;P&gt;Hi I tried and for some reason it is not working for few id, Not sure why&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-GROUP-BY/m-p/1944461#M1219515</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-06-16T10:04:29Z</dc:date>
    </item>
  </channel>
</rss>

