<?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 value of max date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821603#M67363</link>
    <description>&lt;P&gt;You actually need a simpler expression for this:&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;firstsortedvalue({&amp;lt;type={1}&amp;gt;} &lt;STRONG&gt;position&lt;/STRONG&gt;,-date)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 05:24:01 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2021-07-13T05:24:01Z</dc:date>
    <item>
      <title>max value of max date</title>
      <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821544#M67352</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;i want to get the max of the position of the max date value, i should use set analysis with firstsortedvalue, can any one help please? i have joined a capture as exemple of data, i want chose the max position of the max date of type 1:&lt;/P&gt;&lt;P&gt;this expression doesn't work:&amp;nbsp; max({&amp;lt;date={"$(=firstsortedvalue({&amp;lt;type={1}&amp;gt;} date,-date))"}&amp;gt;} position)&lt;/P&gt;&lt;P&gt;desired lignes are colored with yellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMAROUF_0-1626113157809.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58441iF781D54A91C177C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMAROUF_0-1626113157809.png" alt="JMAROUF_0-1626113157809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821544#M67352</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: max value of max date</title>
      <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821602#M67362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;Try like below&lt;/P&gt;&lt;P&gt;fund:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;fund, date, position, type&lt;BR /&gt;F1, 01/01/2021, 10, 1&lt;BR /&gt;F1, 01/12/2021, 9, 1&lt;BR /&gt;F1, 01/12/2021, 5, 1&lt;BR /&gt;F2, 01/03/2020, 7, 1&lt;BR /&gt;F2, 01/03/2020, 18, 2&lt;BR /&gt;F2, 01/03/2020, 19, 1&lt;BR /&gt;];&lt;BR /&gt;Join&lt;BR /&gt;Load fund, max(date) as date, 1 as flag Resident fund where type = 1 Group by fund;&lt;/P&gt;&lt;P&gt;O/p:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1626153501900.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58458i18029CFE7596C9B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1626153501900.png" alt="MayilVahanan_0-1626153501900.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 05:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821602#M67362</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-13T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: max value of max date</title>
      <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821603#M67363</link>
      <description>&lt;P&gt;You actually need a simpler expression for this:&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;firstsortedvalue({&amp;lt;type={1}&amp;gt;} &lt;STRONG&gt;position&lt;/STRONG&gt;,-date)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 05:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821603#M67363</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-07-13T05:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: max value of max date</title>
      <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821703#M67378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you for the answer, however the formula doesn't work, i have a complicated set analysis in a star schema, the picture above is just for explaning the need, also i need the max position of the max date.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 10:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821703#M67378</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2021-07-13T10:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: max value of max date</title>
      <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821709#M67379</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&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;is there any way to achieve this without touch to the dataset, we have some requirements so we should have simple selects in load script (avoiding joins),&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 10:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821709#M67379</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2021-07-13T10:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: max value of max date</title>
      <link>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821719#M67382</link>
      <description>&lt;P&gt;Might be, try like below&lt;/P&gt;&lt;P&gt;If(date = Max(Total&amp;lt;fund&amp;gt; date), max({&amp;lt;type={1}&amp;gt;}position))&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1626174536238.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58475i1208E6B519CD9447/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1626174536238.png" alt="MayilVahanan_0-1626174536238.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 11:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/max-value-of-max-date/m-p/1821719#M67382</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-13T11:09:02Z</dc:date>
    </item>
  </channel>
</rss>

