<?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 create QVD's through variable ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388233#M31885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create QVD's through variable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please call me or whats app on 91958181000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2017 10:35:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-12T10:35:41Z</dc:date>
    <item>
      <title>How to create QVD's through variable ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388233#M31885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create QVD's through variable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please call me or whats app on 91958181000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388233#M31885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD's through variable ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388234#M31886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give more details on what you need?&lt;/P&gt;&lt;P&gt;Do you need to store a QVD with a specific name based on a varialbe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need something like this, you can use $ (dollar) expansion, like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set vName = Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A' as Test&lt;/P&gt;&lt;P&gt;Autogenerate(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store tmp into $(vName).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will store a QVD named Test.qvd into the same folder where you save the QVW with the above code.&lt;/P&gt;&lt;P&gt;Most operations will use the $ expansion when you need to get values from a variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388234#M31886</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-12-12T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD's through variable ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388235#M31887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET run_path = '..\qvd\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after you load the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE XYZ_TABLE into $(run_path)&lt;SPAN style="font-size: 13.3333px;"&gt;XYZ_TABLE&lt;/SPAN&gt;.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.. can be tricky. single&lt;STRONG&gt; .&lt;/STRONG&gt; means 1 folder up, &lt;STRONG&gt;..&lt;/STRONG&gt; would mean 2 folder up&lt;/P&gt;&lt;P&gt;and ..&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;\qvd\&lt;/STRONG&gt;&lt;/SPAN&gt; would be your store location in script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 19:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-QVD-s-through-variable/m-p/1388235#M31887</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-12T19:42:49Z</dc:date>
    </item>
  </channel>
</rss>

