<?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 Using Max Date in Load Scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359472#M416854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using this in my load scripts but would like to pull just the MAX Snapshot date??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;WHERE(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SNAPSHOT_CCYYMM]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;='201701' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 12:59:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-30T12:59:14Z</dc:date>
    <item>
      <title>Using Max Date in Load Scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359472#M416854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using this in my load scripts but would like to pull just the MAX Snapshot date??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;WHERE(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SNAPSHOT_CCYYMM]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;='201701' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 12:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359472#M416854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T12:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Max Date in Load Scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359473#M416855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;STRONG&gt;WHERE &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #800000; font-size: 8pt; font-style: inherit; font-family: inherit;"&gt;[SNAPSHOT_CCYYMM] &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;gt;= '201701';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359473#M416855</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-30T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Max Date in Load Scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359474#M416856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Может быть, как это&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;WHERE [SNAPSHOT_CCYYMM] = Max (Date (Date# ([SNAPSHOT_CCYYMM], 'YYYYММ')));&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359474#M416856</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-30T13:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Max Date in Load Scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359475#M416857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SNAPSHOT_CCYYMM]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Max([SNAPSHOT_CCYYMM]) as [SNAPSHOT_CCYYMM]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Max-Date-in-Load-Scripts/m-p/1359475#M416857</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-30T13:36:57Z</dc:date>
    </item>
  </channel>
</rss>

