<?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 Loading selective data based on period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94015#M15115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;I have source data which is like&lt;/P&gt;&lt;P&gt;MAY-2018,1,2,3,4&lt;/P&gt;&lt;P&gt;APR-2018,1,2,3,4&lt;/P&gt;&lt;P&gt;DEC-2017,1,2,3,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If current month is JULY-2018 then I want to avoid loading data older than 6+1 month hence in the loading I want to avoid loading DEC-2017 entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2018 03:05:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-17T03:05:38Z</dc:date>
    <item>
      <title>Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94015#M15115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;I have source data which is like&lt;/P&gt;&lt;P&gt;MAY-2018,1,2,3,4&lt;/P&gt;&lt;P&gt;APR-2018,1,2,3,4&lt;/P&gt;&lt;P&gt;DEC-2017,1,2,3,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If current month is JULY-2018 then I want to avoid loading data older than 6+1 month hence in the loading I want to avoid loading DEC-2017 entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 03:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94015#M15115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T03:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94016#M15116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;try something like&lt;/P&gt;&lt;P&gt;let a=date(today(),'MMM-YYYY');&lt;/P&gt;&lt;P&gt;let b=date(addmonths(a,-6),'MMM-YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in you load, add a where clause&lt;/P&gt;&lt;P&gt;DateLoad&amp;gt;=b;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 15:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94016#M15116</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-07-17T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94017#M15117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Does it not require to convert the first column to the date format? Because I already tried the above method but it is loading 0 rows i.e. nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 02:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94017#M15117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-20T02:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94018#M15118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try something like below in the where clause but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Date(MONTH&amp;amp;'-'&amp;amp;YEAR,'MMM-YYYY') &amp;gt;= date(AddMonths(Today(), -7),'MMM-YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94018#M15118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-20T08:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94019#M15119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with :&lt;/P&gt;&lt;P&gt;Where Date(Date#(MONTH&amp;amp;'-'&amp;amp;YEAR,'MMM-YYYY')) &amp;gt;= AddMonths(Today(),-7) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94019#M15119</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2018-07-20T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94020#M15120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where&lt;STRONG&gt; Date#&lt;/STRONG&gt;(Date,'MMM-YYYY') &amp;gt;= AddMonths(Today(),-7);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94020#M15120</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-20T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading selective data based on period</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94021#M15121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both solutions are working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 09:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-selective-data-based-on-period/m-p/94021#M15121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-20T09:30:26Z</dc:date>
    </item>
  </channel>
</rss>

