<?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 store QVD into path set by variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458700#M435655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to store a QVD into a file path set by a variable. Here is what I have so far:&lt;/P&gt;&lt;P&gt;In the include file- Set vQVDPath_ExchangeRate= "(private path)\Exchange Rates.qvd";&lt;/P&gt;&lt;P&gt;In the script- &lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(Include=..\InputFiles\vQVDPath_ExchangeRate)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then I try to store the QVD like so: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exchange Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; vQVDPath_ExchangeRate (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't work. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 15:24:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-04T15:24:46Z</dc:date>
    <item>
      <title>How to store QVD into path set by variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458700#M435655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to store a QVD into a file path set by a variable. Here is what I have so far:&lt;/P&gt;&lt;P&gt;In the include file- Set vQVDPath_ExchangeRate= "(private path)\Exchange Rates.qvd";&lt;/P&gt;&lt;P&gt;In the script- &lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(Include=..\InputFiles\vQVDPath_ExchangeRate)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then I try to store the QVD like so: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exchange Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; vQVDPath_ExchangeRate (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't work. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458700#M435655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-04T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to store QVD into path set by variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458701#M435656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to expand the variable, looking like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE [Exchange Rate] INTO [$(vQVDPath_ExchangeRate)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see the contents of the variable, either debug instead of run from the script editor, and you can set a break point on the SET instrucion or the $(Include=) and see whether the value is properly populated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458701#M435656</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-01-04T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to store QVD into path set by variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458702#M435657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE [Exchange Rate] INTO &lt;SPAN style="color: #ff0000;"&gt;'$(&lt;/SPAN&gt;vQVDPath_ExchangeRate&lt;SPAN style="color: #ff0000;"&gt;)'&lt;/SPAN&gt; (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-QVD-into-path-set-by-variable/m-p/1458702#M435657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-04T15:28:49Z</dc:date>
    </item>
  </channel>
</rss>

