<?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 Data load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162648#M629862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have YearQtr field in QVD , which stores values like 2014Q1,&lt;SPAN style="font-size: 13.3333px;"&gt;2014Q2,&lt;SPAN style="font-size: 13.3333px;"&gt;2014Q3,&lt;SPAN style="font-size: 13.3333px;"&gt;2014Q4,&lt;SPAN style="font-size: 13.3333px;"&gt;2015Q1,&lt;SPAN style="font-size: 13.3333px;"&gt;2015Q2,&lt;SPAN style="font-size: 13.3333px;"&gt;2015Q3...&lt;/SPAN&gt;&lt;/SPAN&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;I am loading data from the qvd to application,I just want to load data till last quarter in to application from qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if i am loading data in month of October , November or December 2015 it should load data till 2015Q3 into application even though my qvd have October or November&amp;nbsp; 2015 month data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 20:10:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-07T20:10:54Z</dc:date>
    <item>
      <title>Data load</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162648#M629862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have YearQtr field in QVD , which stores values like 2014Q1,&lt;SPAN style="font-size: 13.3333px;"&gt;2014Q2,&lt;SPAN style="font-size: 13.3333px;"&gt;2014Q3,&lt;SPAN style="font-size: 13.3333px;"&gt;2014Q4,&lt;SPAN style="font-size: 13.3333px;"&gt;2015Q1,&lt;SPAN style="font-size: 13.3333px;"&gt;2015Q2,&lt;SPAN style="font-size: 13.3333px;"&gt;2015Q3...&lt;/SPAN&gt;&lt;/SPAN&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;I am loading data from the qvd to application,I just want to load data till last quarter in to application from qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if i am loading data in month of October , November or December 2015 it should load data till 2015Q3 into application even though my qvd have October or November&amp;nbsp; 2015 month data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 20:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162648#M629862</guid>
      <dc:creator />
      <dc:date>2016-09-07T20:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data load</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162649#M629863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use a WHERE clause like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM YourQVD.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE YearQtr precedes Year(Today(1) &amp;amp;'Q' &amp;amp; Ceil(Month(Today(1))/3);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 20:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162649#M629863</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-07T20:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data load</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162650#M629864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd create an indicator in your master calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(month(QuarterEnd(Today(),-1))) AS PreviousQuarterIND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an INLINE table for a QuarterLimiter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;QuarterLimiter:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [QLimit&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the calendar prior to your fact table, then do a where exists(QLimit,PreviousQuarterIND)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 20:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load/m-p/1162650#M629864</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-09-07T20:33:42Z</dc:date>
    </item>
  </channel>
</rss>

