<?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: read variable into realodscript from text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/1567876#M441856</link>
    <description>&lt;P&gt;How do I use this variable?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2019 21:27:15 GMT</pubDate>
    <dc:creator>bingli881</dc:creator>
    <dc:date>2019-04-10T21:27:15Z</dc:date>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198941#M58063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone know how can I read into the reload script value from text file.&lt;/P&gt;&lt;P&gt;for example, I have a text file which is including the number 91.&lt;/P&gt;&lt;P&gt;I want to run the reload script so it will take the number 91 from the text file (saving it as variable) and then will execute&lt;/P&gt;&lt;P&gt;for i=1 to 91&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nimrod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 15:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198941#M58063</guid>
      <dc:creator />
      <dc:date>2010-09-13T15:48:22Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198942#M58064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in case of variable declaration u have to make it from qv script or from variable overview tab only.......&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dushyant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 18:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198942#M58064</guid>
      <dc:creator />
      <dc:date>2010-09-13T18:38:34Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198943#M58065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's exactly what I want... the question is how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 08:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198943#M58065</guid>
      <dc:creator />
      <dc:date>2010-09-14T08:22:40Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198944#M58066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimrod,&lt;/P&gt;&lt;P&gt;You can read this from the txt file.&lt;/P&gt;&lt;P&gt;LOAD DField&lt;/P&gt;&lt;P&gt;FROM Data.txt;&lt;/P&gt;&lt;P&gt;LET vDField = FieldValue('DField', 1);&lt;/P&gt;&lt;P&gt;FOR I = 1 TO $(vDField) STEP 1&lt;/P&gt;&lt;P&gt;-Yoursourcode&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;Hope, it will give you idea to read data from any external sources.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 11:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198944#M58066</guid>
      <dc:creator />
      <dc:date>2010-09-14T11:39:04Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198945#M58067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your response.&lt;/P&gt;&lt;P&gt;how do I have to save this field into the txt file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198945#M58067</guid>
      <dc:creator />
      <dc:date>2010-09-22T10:36:32Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198946#M58068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will appreciate your response. thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 15:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198946#M58068</guid>
      <dc:creator />
      <dc:date>2010-09-26T15:22:32Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198947#M58069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you mean how to save the value you are going to read following Raj's code posted above, you can do that in a QVD file or TXT file, just make sure it has the field name you are going to use in the script, in this case "DField", creating a textfile with the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;DField91&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 17:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198947#M58069</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-26T17:51:41Z</dc:date>
    </item>
    <item>
      <title>read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198948#M58070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I am well understanding you question then you need to read the variable from txt file. So in this case you need to create a txt file and define you varialbes there same as QlikView syntax. Then you can include that text file in you script from Edit-&amp;gt;Include File. For exanple let's write a variable in txt file called vLoopLimit which should be written as under:-&lt;/P&gt;&lt;P&gt;Let vLoolLimit = 91;&lt;/P&gt;&lt;P&gt;So when you include this txt file into ur script you can easily access this variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 05:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/198948#M58070</guid>
      <dc:creator />
      <dc:date>2010-09-27T05:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: read variable into realodscript from text file</title>
      <link>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/1567876#M441856</link>
      <description>&lt;P&gt;How do I use this variable?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 21:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-variable-into-realodscript-from-text-file/m-p/1567876#M441856</guid>
      <dc:creator>bingli881</dc:creator>
      <dc:date>2019-04-10T21:27:15Z</dc:date>
    </item>
  </channel>
</rss>

