<?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: Loading a qvd file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631864#M47033</link>
    <description>&lt;P&gt;basically $(xxx) always represents the value of variable.&lt;BR /&gt;in this case you have plents of Qvd files availble in the connection named as "First QVD" out of that you are loading the file which matches the value of variable vRecord&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 04:17:15 GMT</pubDate>
    <dc:creator>premvihari</dc:creator>
    <dc:date>2019-10-07T04:17:15Z</dc:date>
    <item>
      <title>Loading a qvd file</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631862#M47032</link>
      <description>&lt;P&gt;LOAD DISTINCT FileName() AS [QVD_File]&lt;BR /&gt;FROM [First QVD\*$(vRecord)*.qvd] (qvd)&lt;BR /&gt;WHERE WildMatch(FileName(),'*ABC*') = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the effective meaning of the path after FROM if vRecord is some variable ?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 20:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631862#M47032</guid>
      <dc:creator>Georgy_Paul</dc:creator>
      <dc:date>2021-12-21T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a qvd file</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631864#M47033</link>
      <description>&lt;P&gt;basically $(xxx) always represents the value of variable.&lt;BR /&gt;in this case you have plents of Qvd files availble in the connection named as "First QVD" out of that you are loading the file which matches the value of variable vRecord&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 04:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631864#M47033</guid>
      <dc:creator>premvihari</dc:creator>
      <dc:date>2019-10-07T04:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a qvd file</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631865#M47034</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&amp;nbsp;&lt;EM&gt;record&amp;nbsp;&lt;/EM&gt;is a variable. You are trying to read the filename() of all qvd files that have a file name containing this vvariable. One exception,&amp;nbsp; you do not want to select the filename from any qvd file containing ABC in its file name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 04:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631865#M47034</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-07T04:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a qvd file</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631867#M47035</link>
      <description>&lt;P&gt;If you find your script to run slowly then it is because you are looking for a distinct filename on all rows in all the qvd files in your wildcard path.&lt;/P&gt;&lt;P&gt;I think you will find it faster to execute if you only load one row per file by&amp;nbsp; adding a&amp;nbsp;&lt;EM&gt;FIRST 1&lt;/EM&gt; to your load like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIRST&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt; LOAD DISTINCT FileName() AS [QVD_File]&lt;BR /&gt;FROM [First QVD\*$(vRecord)*.qvd] (qvd)&lt;BR /&gt;WHERE WildMatch(FileName(),'*ABC*') = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 04:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-a-qvd-file/m-p/1631867#M47035</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-07T04:29:42Z</dc:date>
    </item>
  </channel>
</rss>

