<?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 Calculating max date for PRODUCT in Load Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-max-date-for-PRODUCT-in-Load-Script/m-p/1594486#M737877</link>
    <description>&lt;P&gt;I have list of Products and some execution dates are getting generated against them link below&lt;/P&gt;&lt;P&gt;PROD&amp;nbsp; &amp;nbsp;Date&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12/06/19&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12/06/19&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15/06/19&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16/06/19&amp;nbsp;&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14/06/19&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/06/19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to calculate max date against each PROD execution at Script level so that it will show PROD and Max Data against it in Date column&lt;/P&gt;&lt;P&gt;How can I calculate this in Load Script?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:13:22 GMT</pubDate>
    <dc:creator>rsdhavle</dc:creator>
    <dc:date>2024-11-16T03:13:22Z</dc:date>
    <item>
      <title>Calculating max date for PRODUCT in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-max-date-for-PRODUCT-in-Load-Script/m-p/1594486#M737877</link>
      <description>&lt;P&gt;I have list of Products and some execution dates are getting generated against them link below&lt;/P&gt;&lt;P&gt;PROD&amp;nbsp; &amp;nbsp;Date&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12/06/19&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12/06/19&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15/06/19&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16/06/19&amp;nbsp;&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14/06/19&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/06/19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to calculate max date against each PROD execution at Script level so that it will show PROD and Max Data against it in Date column&lt;/P&gt;&lt;P&gt;How can I calculate this in Load Script?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-max-date-for-PRODUCT-in-Load-Script/m-p/1594486#M737877</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2024-11-16T03:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating max date for PRODUCT in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-max-date-for-PRODUCT-in-Load-Script/m-p/1594491#M737878</link>
      <description>&lt;P&gt;After loading the products and dates (into table 'Data' for example):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Left Join(Data)
LOAD PROD, 
	Max(Date) as ProductMaxDate
Resident Data
Group By PROD;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 07:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-max-date-for-PRODUCT-in-Load-Script/m-p/1594491#M737878</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-06-21T07:45:41Z</dc:date>
    </item>
  </channel>
</rss>

