<?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 FirstSortedValue( Aggr(Concat(distinct Name, ',') , Date), -Aggr(Date,Date))  this expression how to write in script level in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383073#M31545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FirstSortedValue( Aggr(Concat(distinct Name, ',') , Date), -Aggr(Date,Date))&amp;nbsp; this expression how to write in script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Sep 2017 15:25:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-09T15:25:42Z</dc:date>
    <item>
      <title>FirstSortedValue( Aggr(Concat(distinct Name, ',') , Date), -Aggr(Date,Date))  this expression how to write in script level</title>
      <link>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383073#M31545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FirstSortedValue( Aggr(Concat(distinct Name, ',') , Date), -Aggr(Date,Date))&amp;nbsp; this expression how to write in script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 15:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383073#M31545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-09T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue( Aggr(Concat(distinct Name, ',') , Date), -Aggr(Date,Date))  this expression how to write in script level</title>
      <link>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383074#M31546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat(DISTINCT Name,',') as ConcatString&lt;/P&gt;&lt;P&gt;FROM INPUT&lt;/P&gt;&lt;P&gt;GROUP BY Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD FirstSortedValue(ConcatString, -Date) as Result&lt;/P&gt;&lt;P&gt;RESIDENT TMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the chart expression in a certain chart context (i.e. dimension)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 09:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383074#M31546</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-20T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue( Aggr(Concat(distinct Name, ',') , Date), -Aggr(Date,Date))  this expression how to write in script level</title>
      <link>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383075#M31547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Posting my reply (similar to my reply to your previous post):&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load &lt;BR /&gt; distinct max(Date) as Date&lt;BR /&gt;Resident Facts&lt;BR /&gt;Group by Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Facts)&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as MaxNameDate&lt;BR /&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use something like =Sum({&amp;lt;MaxNameDate={1}&amp;gt;}Value), as an example, for doing aggregation for records where date is max for name in chart with dimension = Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 09:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/FirstSortedValue-Aggr-Concat-distinct-Name-Date-Aggr-Date-Date/m-p/1383075#M31547</guid>
      <dc:creator>sandeep_sarawgi</dc:creator>
      <dc:date>2017-09-29T09:25:47Z</dc:date>
    </item>
  </channel>
</rss>

