<?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 Re: Multiple Date specific QVD's data in 1 QVD with date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7257#M790637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work as I will be adding 1 file every month , so i will have to add 1 LOAD statement every month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2018 10:43:38 GMT</pubDate>
    <dc:creator>nachiket_shinde</dc:creator>
    <dc:date>2018-01-30T10:43:38Z</dc:date>
    <item>
      <title>Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7251#M790630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have multiple month end QVDs &lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;Test20180131&lt;/P&gt;&lt;P&gt;Test20180228&lt;/P&gt;&lt;P&gt;Test20180331 and so on&lt;/P&gt;&lt;P&gt;Data doesn't have any date column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create 1 QVD 'TEST' , which will have data from all above QVDS. Additionally it will have date column which will be generated from date appended in original QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; all data from &lt;SPAN style="font-size: 13.3333px;"&gt;Test20180131 will have date as &lt;SPAN style="font-size: 13.3333px;"&gt;20180131&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; all data from &lt;SPAN style="font-size: 13.3333px;"&gt;Test20180228&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; will have date as &lt;SPAN style="font-size: 13.3333px;"&gt;20180228&amp;nbsp; so on&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7251#M790630</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7252#M790632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;similar to this ??&lt;/P&gt;&lt;P&gt;else use a for loop to fetch all the files at once.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load *,DATE(date#(purgrchar(filename(),'Test'),'YYYYMMDD'),'YYYYMMDD') AS date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from your_file_path/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Test20180131.qvd(qvd);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;oad *,DATE(date#(purgrchar(filename(),'Test'),'YYYYMMDD'),'YYYYMMDD') AS date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;from your_file_path/&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Test20180228.qvd(qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7252#M790632</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-25T14:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7253#M790633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;try this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 16px; background-color: #f4f4f4;"&gt;right(FileBaseName(),8)&lt;/SPAN&gt; as DATE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;FROM &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Test*&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;STORE Table into 'path\table.qvd'(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7253#M790633</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-25T14:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7254#M790634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use a loop to load all of the files - this link should help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/62449"&gt;loop through to load all files from a folder and its subfolders?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and then load a calculated date field as in &lt;A href="https://community.qlik.com/qlik-users/253813"&gt;pradosh_thakur&lt;/A&gt; 's post above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7254#M790634</guid>
      <dc:creator>Ben_P</dc:creator>
      <dc:date>2018-01-25T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7255#M790635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load 0 as field AutoGenerate(0);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Each vPath in FileList('lib://YourPath/*.qvd')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load *, date(date#(right('$(vPath)',8) , 'YYYYMMDD'),'YYYYMMDD') as date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [$(vPath)]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Next vPath&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It will loop through all the QVDs , bring all its data, and create ur date field, all the qvds will be concatenated in one final table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 15:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7255#M790635</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-25T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7256#M790636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here's my simple solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MyTable:&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; &lt;/STRONG&gt; // Extract and convert from multiple filenames to date e.g.: Test20180131.qvd, Test20180228.qvd&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(Left(Right(FileName(), 12),8), 'YYYYMMDD') as File_Name_Date, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileName() as MyField1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [date_spec_qvds\*.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;You can make even simpler version with Filebasename() function.&lt;/P&gt;&lt;P&gt;Here's an interesting article: &lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2870"&gt;Wildcard data loading (*.blah......)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7256#M790636</guid>
      <dc:creator>PawelB</dc:creator>
      <dc:date>2018-01-29T10:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7257#M790637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work as I will be adding 1 file every month , so i will have to add 1 LOAD statement every month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 10:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7257#M790637</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2018-01-30T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7258#M790638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/208978"&gt;nachiket.shinde.1981&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this with the FOR EACH&amp;nbsp; loop , it will work perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 11:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7258#M790638</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-30T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Date specific QVD's data in 1 QVD with date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7259#M790639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nachiknat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Nachiket Shinde wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This won't work as I will be adding 1 file every month , so i will have to add 1 LOAD statement every month.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As i have already mentioned used a for loop to fetch all the file at once. The answer was just for two file you mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Date-specific-QVD-s-data-in-1-QVD-with-date/m-p/7259#M790639</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-30T13:28:03Z</dc:date>
    </item>
  </channel>
</rss>

