<?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 all qvds in one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591000#M739020</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to load all the qvd's into single table and create a new COUNTRY field in final table based on File name.&lt;BR /&gt;eg- if file name is Sales_ind* then COUNTRY field contain value as IND&lt;/P&gt;&lt;P&gt;Please note that all the qvds have slighly different fields, so we need to force concatenation using concatenate keyword.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:19:13 GMT</pubDate>
    <dc:creator>surajdhall</dc:creator>
    <dc:date>2024-11-16T03:19:13Z</dc:date>
    <item>
      <title>all qvds in one table</title>
      <link>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591000#M739020</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to load all the qvd's into single table and create a new COUNTRY field in final table based on File name.&lt;BR /&gt;eg- if file name is Sales_ind* then COUNTRY field contain value as IND&lt;/P&gt;&lt;P&gt;Please note that all the qvds have slighly different fields, so we need to force concatenation using concatenate keyword.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591000#M739020</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2024-11-16T03:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: all qvds in one table</title>
      <link>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591238#M739021</link>
      <description>&lt;P&gt;change your script to below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Set vConcatenate = 0;
For each vFile in FileList('.\*.qvd')
	if($(vConcatenate) = 0) THEN
	  Data:
	  LOAD *
	  FROM [$(vFile)](qvd);
	   Set vConcatenate = 1 ;
	ELSE
	  Concatenate(Data)
	  LOAD *
	  FROM [$(vFile)](qvd);
	end if
Next vFile&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 20:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591238#M739021</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-06-12T20:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: all qvds in one table</title>
      <link>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591239#M739022</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Data:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD 0 as DummyField AutoGenerate 0;&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Concatenate (Data)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD *,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SubField(FileBaseName(), '_', 2) as Country&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM [*.qvd] (qvd);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DROP Field DummyField&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 20:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591239#M739022</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-06-12T20:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: all qvds in one table</title>
      <link>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591248#M739023</link>
      <description>Thank you so much</description>
      <pubDate>Wed, 12 Jun 2019 20:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/all-qvds-in-one-table/m-p/1591248#M739023</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2019-06-12T20:33:40Z</dc:date>
    </item>
  </channel>
</rss>

