<?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 how to load QVD from variables path in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750827#M267758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a situation where output of&amp;nbsp; one QVD file need to load in another QVD file. First QVD file name will update based on year and month so filename could not be hardcoded in 2nd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex- First QVD file is like Customer.2014.11.&lt;/P&gt;&lt;P&gt;Now, I want to load the 1st file in 2nd file using&amp;nbsp; filename variables. Let me know if you need more details. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 12:27:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-19T12:27:19Z</dc:date>
    <item>
      <title>how to load QVD from variables path</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750827#M267758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a situation where output of&amp;nbsp; one QVD file need to load in another QVD file. First QVD file name will update based on year and month so filename could not be hardcoded in 2nd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex- First QVD file is like Customer.2014.11.&lt;/P&gt;&lt;P&gt;Now, I want to load the 1st file in 2nd file using&amp;nbsp; filename variables. Let me know if you need more details. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 12:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750827#M267758</guid>
      <dc:creator />
      <dc:date>2015-02-19T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to load QVD from variables path</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750828#M267759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saikat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to use wild card (*) for file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From [Your Data Source Location \*.qvd]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750828#M267759</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-02-19T16:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to load QVD from variables path</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750829#M267760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saikat,&lt;/P&gt;&lt;P&gt; Can u please elaborate actual requirement. u mean to say First QVD data loaded into 2 qvd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Chaudhari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750829#M267760</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-02-19T16:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to load QVD from variables path</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750830#M267761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DIRECTORY;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for vYear=2010 to 2012&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; for vMonth=1 to 12 &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; let vMonth=num($(vMonth), '00');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; $(vYear)$(vMonth):&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; load $(vYear) as year , $(vMonth) as month, rowno() as id AutoGenerate&amp;nbsp; 10;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp; // store a qvd&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; STORE $(vYear)$(vMonth) into Customer.$(vYear).$(vMonth).qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; DROP table $(vYear)$(vMonth);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;// read a qvd&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; New:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; load year as newyear, month as newmonth, id as newid from Customer.$(vYear).$(vMonth).qvd (qvd); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; NEXT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NEXT;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750830#M267761</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-19T19:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to load QVD from variables path</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750831#M267762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me explain in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are total 2 QVD's.&lt;/P&gt;&lt;P&gt;1. Customer.2014.11 Original.qvw&lt;/P&gt;&lt;P&gt;2. Customer.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer.qvw gets loaded from Customer.2014.11 Original.qvw . Used code BINARY 'Customer.2014.11.qvw'; to load Customer.qvw file. Every month creates new copy like&amp;nbsp; Customer.2014.12 Original.qvw, Customer.2015.01 Original.qvw&amp;nbsp; etc.&amp;nbsp; Now the issue is every time during refreshing Customer.qvw we need to modify the path of original paths. I need to configure the file name dynamic inside&amp;nbsp; Customer.qvw so that I dont have to refresh everytime. Let me know if you need any more info.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 06:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-QVD-from-variables-path/m-p/750831#M267762</guid>
      <dc:creator />
      <dc:date>2015-02-20T06:29:16Z</dc:date>
    </item>
  </channel>
</rss>

