<?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 Load qvd based on the variable value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326313#M120134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we load the Qvds for the value in the variable.&lt;/P&gt;&lt;P&gt;for eg: There is a loop where the i value changes and i need the previuos file to be loaded everytime, like my from statement which is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM "D:\Working\Max"&amp;amp;$(i)-1&amp;amp;".qvd" (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2011 12:06:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-17T12:06:03Z</dc:date>
    <item>
      <title>Load qvd based on the variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326313#M120134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we load the Qvds for the value in the variable.&lt;/P&gt;&lt;P&gt;for eg: There is a loop where the i value changes and i need the previuos file to be loaded everytime, like my from statement which is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM "D:\Working\Max"&amp;amp;$(i)-1&amp;amp;".qvd" (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 12:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326313#M120134</guid>
      <dc:creator />
      <dc:date>2011-11-17T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Load qvd based on the variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326314#M120135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use variable in QVD name. to only change you must done to the exemple string to work is ﻿ "D:\Working\Max"&amp;amp;num($(i)-1)&amp;amp;".qvd" (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 12:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326314#M120135</guid>
      <dc:creator />
      <dc:date>2011-11-17T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load qvd based on the variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326315#M120136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it possible. It goes something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P style="padding-left: 30px;"&gt;For &amp;lt;&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SET vQvdPath = 'D:\Working\Max'&amp;amp;$(i)-1&amp;amp;'.qvd(qvd)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Data:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Load * from $(vQvdPath);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 12:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-based-on-the-variable-value/m-p/326315#M120136</guid>
      <dc:creator />
      <dc:date>2011-11-17T12:33:06Z</dc:date>
    </item>
  </channel>
</rss>

