<?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: Concatenate QVDs using a  For Loop? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769124#M273146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;For file in filelist ('Fact*.qvd')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; T1:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD * from $(file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;next&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Store T1 into newqvd.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 23:02:40 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-01-26T23:02:40Z</dc:date>
    <item>
      <title>Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769121#M273143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set of QVDs having the same Data Structure for different months (some months may be missing), like this below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact_Jan2014.qvd&lt;/P&gt;&lt;P&gt;Fact_Feb2014.qvd&lt;/P&gt;&lt;P&gt;Fact_May2014.qvd&lt;/P&gt;&lt;P&gt;Fact_July2014.qvd&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Fact_Dec2014.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Now the target is to concatenate all the QVDs into a single QVD called Fact.qvd. Could you please help doing it using a For Loop or any other ways?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 22:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769121#M273143</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-26T22:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769122#M273144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For file in filelist ('Fact*.qvd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from $(file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 22:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769122#M273144</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-26T22:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769123#M273145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anjos!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you are storing the same into QVD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 22:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769123#M273145</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-26T22:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769124#M273146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;For file in filelist ('Fact*.qvd')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; T1:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD * from $(file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;next&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Store T1 into newqvd.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769124#M273146</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-26T23:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769125#M273147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, there is no need for a loop in this particular case, simply&lt;/P&gt;&lt;P&gt;LOAD * FROM Fact_*.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769125#M273147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-26T23:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769126#M273148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did like this below and getting the error (highlighted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH vFile in FileList('$(vMonthQVDPath)\Metric\PO_Min*.qvd')&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; &lt;/P&gt;&lt;P&gt;CONCATENATE&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; &lt;/P&gt;&lt;P&gt;PO_Min:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [$(vFile)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT vFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store PO_Min into $(vMonthQVDPath)\Metric\PO_Min.qvd;&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;STRONG&gt;FOR EACH vFile in FileList('E:\Med_Supplier_QV_Files\Source\Medical_QVD_Generators\Snapshot QVDs\Metric\PO_Min*.qvd')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM: 0031&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM: 0032&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM: 0033&amp;nbsp;&amp;nbsp;&amp;nbsp; PO_Min:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM: 0034&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM: 0035&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;E&gt; (qvd)&lt;/E&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14 fields found: Supplier ID, Month_Year, Month/Year, PLANT_ID, PROD_KEY_NUM, MIN_NET_ORDER_VALUE_AMT, ORDER_UNIT_PO_QTY, APO_LOCATION_KEY_NUM, CLNDR_MTH_KEY_NUM, STD_COST_AMT, ROW_UPDATE_STP, FINAL_FCST_QTY_WKLY, Meet Min (Yes/No), Flag_PO_Min, General Script Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1/26/2015 5:12:05 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769126#M273148</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-26T23:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769127#M273149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why did you put CONCATENATE there? They have different structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769127#M273149</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-01-26T23:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate QVDs using a  For Loop?</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769128#M273150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Anjos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY Bad....The CONCATENATE created the problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Realized now..... Thank you for help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-QVDs-using-a-For-Loop/m-p/769128#M273150</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-26T23:18:19Z</dc:date>
    </item>
  </channel>
</rss>

