<?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 Help with QVD load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737791#M670129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to extract out of SAP. I have two date fields in my table. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;One is 'Snapshot week' and the other is 'Calendar Week' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For one Snapshot week, I have historical forecasts (-1, -2, -3 and so on) and then I have future forecasts where (1,2,3,4 and so on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if my snapshot week was 9/1/2014, the historical forecast would include 8/25, 8/18, 8/11, 8/4 and so on&lt;/P&gt;&lt;P&gt;and the future forecast would have 9/1/, 9/15, 9/22, 9/29 and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to limit the load so that it only brings in current snapshot week and 10 weeks of historical forecast data. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is what I have so far but it doesn't bring in any historical forecast data....so any idea on how to bring in the historical 12 weeks of forecast data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select *&amp;nbsp; from SAP_Table&lt;/P&gt;&lt;P&gt;Where /[Snapshot Week] = 201439;&lt;/P&gt;&lt;P&gt;STORE * FROM SAP_TABLE INTO $(vRootPath)\Data\QVDs\Forecast.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 16:04:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-01T16:04:16Z</dc:date>
    <item>
      <title>Help with QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737791#M670129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to extract out of SAP. I have two date fields in my table. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;One is 'Snapshot week' and the other is 'Calendar Week' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For one Snapshot week, I have historical forecasts (-1, -2, -3 and so on) and then I have future forecasts where (1,2,3,4 and so on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if my snapshot week was 9/1/2014, the historical forecast would include 8/25, 8/18, 8/11, 8/4 and so on&lt;/P&gt;&lt;P&gt;and the future forecast would have 9/1/, 9/15, 9/22, 9/29 and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to limit the load so that it only brings in current snapshot week and 10 weeks of historical forecast data. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is what I have so far but it doesn't bring in any historical forecast data....so any idea on how to bring in the historical 12 weeks of forecast data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select *&amp;nbsp; from SAP_Table&lt;/P&gt;&lt;P&gt;Where /[Snapshot Week] = 201439;&lt;/P&gt;&lt;P&gt;STORE * FROM SAP_TABLE INTO $(vRootPath)\Data\QVDs\Forecast.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 16:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737791#M670129</guid>
      <dc:creator />
      <dc:date>2014-10-01T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737792#M670130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not an expert in this area, but I would use a slightly different format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPTableQV:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM SAP_Table WHERE&amp;nbsp; etc....;&lt;/P&gt;&lt;P&gt;STORE SAPTableQV INTO .......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way your QV table holds your filtered data and all be saved using STORE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 16:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737792#M670130</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-10-01T16:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737793#M670131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I would need to use some kind of min or max date function here... I have no idea how to approach this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 16:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QVD-load/m-p/737793#M670131</guid>
      <dc:creator />
      <dc:date>2014-10-01T16:17:50Z</dc:date>
    </item>
  </channel>
</rss>

