<?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 Qvd manipulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607881#M684383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is it possible to prefix a qvd file when you store it??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For example I have an Events table and i want to store it a qvd as (current_week)_Events.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Is that possible in any way??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) After I do that I want to read from all the prefixed qvds and store the data in another separate table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (current_week) as week &amp;lt;---- this week should be unique for every qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from *_Events.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; did not work for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 20:21:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-04T20:21:40Z</dc:date>
    <item>
      <title>Qvd manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607881#M684383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is it possible to prefix a qvd file when you store it??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For example I have an Events table and i want to store it a qvd as (current_week)_Events.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Is that possible in any way??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) After I do that I want to read from all the prefixed qvds and store the data in another separate table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (current_week) as week &amp;lt;---- this week should be unique for every qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from *_Events.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; did not work for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607881#M684383</guid>
      <dc:creator />
      <dc:date>2014-02-04T20:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607882#M684384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vWeek = Week(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store TABLE into $(vWeek)_Events.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; subfield(FileName(),'_',1) as Week&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;from *_Events.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607882#M684384</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-02-04T20:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607883#M684385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You can, what I usually do is that I create a variable that changes its value in each one of the cycles that are executed by a FOR. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH Date IN $(ListaFechas)&lt;/P&gt;&lt;P&gt;LET QVD_SALES_HDR = 'SALES_HDR_' &amp;amp; Date( Date, 'YYYYMM');&lt;/P&gt;&lt;P&gt;STORE $(QVD_SALES_HDR) INTO $(QVD_SALES_HDR).qvd;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can do that too. I think your sintaxis should work, although I never create prefixed qvds, I always use postfix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-manipulation/m-p/607883#M684385</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2014-02-04T20:44:16Z</dc:date>
    </item>
  </channel>
</rss>

