<?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: Text file into variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398831#M696166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is same as declaring a Variable inside your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTest = 'Test Load';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside your text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Gp to your Dashboard -&amp;gt; Edit Script -&amp;gt; Insert -&amp;gt; Include Statement -&amp;gt; Then select the Text File just created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the Dashboard and see the Variable is created inside your dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Amar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 08:05:31 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2013-04-25T08:05:31Z</dc:date>
    <item>
      <title>Text file into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398830#M696165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning all !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone know how can I insert the content of a text file into a variable in the script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 07:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398830#M696165</guid>
      <dc:creator />
      <dc:date>2013-04-25T07:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text file into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398831#M696166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is same as declaring a Variable inside your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTest = 'Test Load';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside your text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Gp to your Dashboard -&amp;gt; Edit Script -&amp;gt; Insert -&amp;gt; Include Statement -&amp;gt; Then select the Text File just created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the Dashboard and see the Variable is created inside your dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Amar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 08:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398831#M696166</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-04-25T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Text file into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398832#M696167</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;I does not work, I've got an error on the line :&lt;/P&gt;&lt;P&gt;tab2 = $(Include=c:\users\vboudart\desktop\modeli\appli\textfile.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content of my text file is like this : France,Belgium,USA,&amp;nbsp;&amp;nbsp; .....................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 08:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398832#M696167</guid>
      <dc:creator />
      <dc:date>2013-04-25T08:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text file into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398833#M696168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have add ' like this ; &lt;/P&gt;&lt;P&gt;LET tab = '$(Include=c:\users\vboudart\desktop\modeli\appli\textfile.txt)';&lt;/P&gt;&lt;P&gt;and it's work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 08:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-file-into-variable/m-p/398833#M696168</guid>
      <dc:creator />
      <dc:date>2013-04-25T08:21:39Z</dc:date>
    </item>
  </channel>
</rss>

