<?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 Help With showing Max date for each row in starlight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553781#M745329</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement where i need to show Amount tagged to each code with the respective Max date tagged to it.&lt;/P&gt;&lt;P&gt;I am unable to show the expected results and need help understanding the issue. I&lt;/P&gt;&lt;P&gt;PFA with example set table.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:14:43 GMT</pubDate>
    <dc:creator>qlikuser222</dc:creator>
    <dc:date>2024-11-16T04:14:43Z</dc:date>
    <item>
      <title>Help With showing Max date for each row in starlight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553781#M745329</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement where i need to show Amount tagged to each code with the respective Max date tagged to it.&lt;/P&gt;&lt;P&gt;I am unable to show the expected results and need help understanding the issue. I&lt;/P&gt;&lt;P&gt;PFA with example set table.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553781#M745329</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2024-11-16T04:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help With showing Max date for each row in starlight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553854#M745330</link>
      <description>&lt;P&gt;Do you have only one Amount value for each Code/Date pair? If so then you can use:&lt;/P&gt;&lt;P&gt;FirstSortedValue(Amount, -Date)&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 20:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553854#M745330</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-03-07T20:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help With showing Max date for each row in starlight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553879#M745331</link>
      <description>&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately no, Each Code/date may have multiple amount value.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 21:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553879#M745331</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2019-03-07T21:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help With showing Max date for each row in starlight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553921#M745332</link>
      <description>&lt;P&gt;In that case try:&lt;/P&gt;&lt;P&gt;sum(If(Date = aggr(Nodistinct Max(Date), Code), Amount))&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 02:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553921#M745332</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-03-08T02:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help With showing Max date for each row in starlight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553922#M745333</link>
      <description>&lt;P&gt;In that case try this&lt;/P&gt;&lt;PRE&gt;=FirstSortedValue(Aggr(Sum(Amount), Date, Code), -Aggr(Date, Date, Code))&lt;/PRE&gt;&lt;P&gt;or this&lt;/P&gt;&lt;PRE&gt;=Sum(Aggr(If(Max(TOTAL &amp;lt;Code&amp;gt; Date) = Date, Sum(Amount)), Code, Date))&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Mar 2019 02:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-showing-Max-date-for-each-row-in-starlight-table/m-p/1553922#M745333</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T02:19:44Z</dc:date>
    </item>
  </channel>
</rss>

