<?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 STORE Script Command using a variable for path in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964698#M330787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok people, what am I doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LET&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vQVD_dir&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='..\QVD\debug\';&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;DIM_BUSINESS_LINE:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT * FROM DIM_BUSINESS_LINE;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;STORE &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; DIM_BUSINESS_LINE &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vQVD_dir)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;DIM_BUSINESS_LINE.QVD (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QVD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DIM_BUSINESS_LINE; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Script blows up at STORE command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;My extractor is in the folder QV\EXTRACTORS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;MY QVD folder is at QV\QVD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and I am trying to use a debug subdir QV\QVD\debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What am I doing wrong? I've tried LET, SET,&amp;nbsp; no quotes, with quotes.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Frustrated in NY&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2015 17:24:58 GMT</pubDate>
    <dc:creator>tschullo</dc:creator>
    <dc:date>2015-11-09T17:24:58Z</dc:date>
    <item>
      <title>STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964698#M330787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok people, what am I doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LET&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vQVD_dir&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='..\QVD\debug\';&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;DIM_BUSINESS_LINE:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT * FROM DIM_BUSINESS_LINE;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;STORE &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; DIM_BUSINESS_LINE &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vQVD_dir)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;DIM_BUSINESS_LINE.QVD (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QVD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DIM_BUSINESS_LINE; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Script blows up at STORE command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;My extractor is in the folder QV\EXTRACTORS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;MY QVD folder is at QV\QVD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and I am trying to use a debug subdir QV\QVD\debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What am I doing wrong? I've tried LET, SET,&amp;nbsp; no quotes, with quotes.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Frustrated in NY&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964698#M330787</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2015-11-09T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964699#M330788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the debug folder already exist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964699#M330788</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-09T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964700#M330789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it does&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964700#M330789</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2015-11-09T17:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964701#M330790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script seems right to me. Is it giving you any specific error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964701#M330790</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-09T17:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964702#M330791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post which error you are getting at STORE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964702#M330791</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2015-11-09T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964703#M330792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you step into the script using the debugger, how does the expanded STORE command looks like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make it work using the hardcoded path?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964703#M330792</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-09T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964704#M330793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry folks, my bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was running script on server, created debug folder locally, thought I was in local copy. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964704#M330793</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2015-11-09T17:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Script Command using a variable for path</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964705#M330794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And just to double check: The user that runs the script has proper access rights to the folder and potentially already existing QVD and the potentially already existing QVD is not locked by another process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-Script-Command-using-a-variable-for-path/m-p/964705#M330794</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-09T17:40:15Z</dc:date>
    </item>
  </channel>
</rss>

