<?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: Show Latest update date only in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761790#M58895</link>
    <description>&lt;P&gt;Combination of that on the Date and first sorted value on the Qty Solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Nov 2020 10:08:58 GMT</pubDate>
    <dc:creator>sogloqlik</dc:creator>
    <dc:date>2020-11-15T10:08:58Z</dc:date>
    <item>
      <title>Show Latest update date only</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761278#M58847</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I Have&amp;nbsp; a straight table with 4 columns: Customer. Product, Update date and inventory (Quantity).&lt;/P&gt;&lt;P&gt;Not all the customers are updated daily and not all the products for a customer are updated in each update.&lt;/P&gt;&lt;P&gt;For each combination of customer &amp;amp; product, I need to show the latest update only.&lt;/P&gt;&lt;P&gt;How can this be achieved?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Motty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761278#M58847</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show Latest update date only</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761292#M58848</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7792"&gt;@sogloqlik&lt;/a&gt;&amp;nbsp;, here a sample of scripting for doing what you ask.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tell me if it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Customer &amp;amp; ' | ' &amp;amp;&amp;nbsp;Product&amp;nbsp; &amp;nbsp;as %_Key,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Customer. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Product, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Update date],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inventory&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From yoursource;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%_Key,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;max([Update date])&amp;nbsp; &amp;nbsp;as [Max Update date]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;group By&amp;nbsp;%_Key;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 18:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761292#M58848</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-12T18:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show Latest update date only</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761297#M58849</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx for your answer&lt;/P&gt;&lt;P&gt;Cant do it in the script. must be in the chart itself.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 19:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761297#M58849</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2020-11-12T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show Latest update date only</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761383#M58860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7792"&gt;@sogloqlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Aggr(max(&lt;EM&gt;[Update date],&amp;nbsp;&lt;SPAN&gt;customer , product)&lt;BR /&gt;&lt;BR /&gt;or&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;Max(Aggr(max([Update date],&amp;nbsp;customer , product))&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 02:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761383#M58860</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-13T02:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show Latest update date only</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761565#M58879</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7792"&gt;@sogloqlik&lt;/a&gt;&amp;nbsp; try mayils suggestion.&lt;/P&gt;&lt;P&gt;i would actually suggest a variation of&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp; s suggestion. in the script using max create&amp;nbsp; a flag which indicates the latest records for your combination.&lt;/P&gt;&lt;P&gt;then use that flag in set analysis. this would be most efficient and flexible way. aggr will work but can be a little heavy on processing.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data:

Load
   Customer &amp;amp; ' | ' &amp;amp; Product   as %_Key,
   Customer,
   Product,
   [Update date],
   inventory
From yoursource;

left join (Data)
Load
   %_Key,
   max([Update date])   as [Max Update date]
   'Y' as LatestFlag
Resident Data
group By %_Key;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 13 Nov 2020 14:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761565#M58879</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-11-13T14:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show Latest update date only</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761790#M58895</link>
      <description>&lt;P&gt;Combination of that on the Date and first sorted value on the Qty Solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 10:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Latest-update-date-only/m-p/1761790#M58895</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2020-11-15T10:08:58Z</dc:date>
    </item>
  </channel>
</rss>

