<?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: Help assign a variable in script and retrieve in from statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852328#M1020114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vpathName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C:\Users\xxx\Desktop\QlikView\QlikView Folder Structure Zip File\QlikView Structure\3_Resources\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;StateName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;county,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;city&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; FROM &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vpathName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;tests test.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&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; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;SPAN style="color: #575757;"&gt; testing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;where&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I assume the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file is called&lt;/SPAN&gt;&amp;nbsp; "&lt;SPAN class="hps"&gt;tests&lt;/SPAN&gt; t&lt;SPAN class="hps"&gt;est.xlsx" and Sheet is called testing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;This is an example that work for me:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;vpathName='C:\QlikPrj\FabStdBI\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[Codice ISTAT],&lt;/P&gt;&lt;P&gt;[Presenze turistiche per abitante] &lt;/P&gt;&lt;P&gt;FROM $(vpathName)Rating_Efficienza.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is BASEDATI);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gennaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 13:27:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-03T13:27:22Z</dc:date>
    <item>
      <title>Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852325#M1020111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have never used a variable in the script so examples in the answer would be appreciative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SET &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vpathName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C:\Users\xxx\Desktop\QlikView\QlikView Folder Structure Zip File\QlikView Structure\3_Resources\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;StateName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;county,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;city&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; FROM &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vpathName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;tests test.xlsx&lt;BR /&gt;&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&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; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;SPAN style="color: #575757;"&gt; testing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;script states, Field not found - &amp;lt;StateName&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thoughts on whyI recieve this error and how do I fix? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852325#M1020111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852326#M1020112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using LET instead of SET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852326#M1020112</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-03T13:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852327#M1020113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the path once......and field in the files .&lt;/P&gt;&lt;P&gt;Either the path is wrong or the filed is not available &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852327#M1020113</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-03T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852328#M1020114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vpathName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C:\Users\xxx\Desktop\QlikView\QlikView Folder Structure Zip File\QlikView Structure\3_Resources\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;StateName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;county,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;city&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; FROM &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vpathName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;tests test.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&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; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;SPAN style="color: #575757;"&gt; testing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;where&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I assume the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file is called&lt;/SPAN&gt;&amp;nbsp; "&lt;SPAN class="hps"&gt;tests&lt;/SPAN&gt; t&lt;SPAN class="hps"&gt;est.xlsx" and Sheet is called testing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;This is an example that work for me:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;vpathName='C:\QlikPrj\FabStdBI\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[Codice ISTAT],&lt;/P&gt;&lt;P&gt;[Presenze turistiche per abitante] &lt;/P&gt;&lt;P&gt;FROM $(vpathName)Rating_Efficienza.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is BASEDATI);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gennaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852328#M1020114</guid>
      <dc:creator />
      <dc:date>2015-04-03T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852329#M1020115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried LET, same result. It's finding the path name (I believe) but the field names are not found...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852329#M1020115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852330#M1020116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I would do if I were you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebring the script for the table by using the 'Table Files..' button. and then once it appears in your script, I would cut the path from there and save it as your variable vpathName. This way you will avoid any mistakes with the link, path, field name etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and I hope this will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852330#M1020116</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-03T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852331#M1020117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clear up the issue...I had&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vPathName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;EmpOff.xls&lt;BR /&gt;&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; Office$); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;I needed:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vPathName)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;EmpOff.xls&lt;BR /&gt;&lt;BR /&gt;(ooxml,&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; Office$); &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Added the ooxml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852331#M1020117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T13:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852332#M1020118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpathName='&amp;lt;your path with final \ &amp;gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[Codice ISTAT],&lt;/P&gt;&lt;P&gt;[Presenze turistiche per abitante] &lt;/P&gt;&lt;P&gt;FROM $(vpathName)&amp;lt;your file name and extension&amp;gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is &amp;lt;sheet name&amp;gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No LET no Set, verify the file name and sheet name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In previus post &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I have included&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;real code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;works for me&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Gennaro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852332#M1020118</guid>
      <dc:creator />
      <dc:date>2015-04-03T13:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help assign a variable in script and retrieve in from statement</title>
      <link>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852333#M1020119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha, I am glad you found what you were missing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. The best way to handle these kind of things is to bring the table again using 'Table Files...' button and then copy paste the link from there to your variable. Any chances of missing things get negligible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-assign-a-variable-in-script-and-retrieve-in-from-statement/m-p/852333#M1020119</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-03T13:33:59Z</dc:date>
    </item>
  </channel>
</rss>

