<?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: How to properly read a variable from a text file ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-properly-read-a-variable-from-a-text-file/m-p/1802827#M65128</link>
    <description>&lt;P&gt;Load IDTEXT,&lt;BR /&gt;'Your version of the application is $(V_Version)' as Message;&lt;BR /&gt;LOAD IDTEXT FROM MyFile;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 19:01:35 GMT</pubDate>
    <dc:creator>Lauri</dc:creator>
    <dc:date>2021-04-26T19:01:35Z</dc:date>
    <item>
      <title>How to properly read a variable from a text file ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-properly-read-a-variable-from-a-text-file/m-p/1802716#M65123</link>
      <description>&lt;P&gt;Hi everyone, I would like to read a variable in a text file but I am currently facing an issue.&lt;/P&gt;&lt;P&gt;If I use a Load Inline, as shown below, it work perfectly.&lt;/P&gt;&lt;P&gt;LET V_Version = '1.0';&lt;/P&gt;&lt;P&gt;MyLoadInline:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;IDTEXT,Message&lt;/P&gt;&lt;P&gt;1,Your version of the application is ($(V_Version))&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;In the Data Model the value of the field Message will be : Your version of the application is (1.0) .&lt;/P&gt;&lt;P&gt;But, as soon as I try to load the text from a text file it doesn't work anymore.&lt;/P&gt;&lt;P&gt;In my .txt file I simply have :&lt;/P&gt;&lt;P&gt;IDTEXT | Message&lt;/P&gt;&lt;P&gt;1 | Your version of the application is ($(V_Version))&lt;/P&gt;&lt;P&gt;LOAD * FROM MyFile;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This time in the Data Model the value of the field Message will be : Your version of the application is ($(V_Version)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any suggestions to solve my problem ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Alexia&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-properly-read-a-variable-from-a-text-file/m-p/1802716#M65123</guid>
      <dc:creator>Alexia_Frn02</dc:creator>
      <dc:date>2021-04-26T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to properly read a variable from a text file ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-properly-read-a-variable-from-a-text-file/m-p/1802827#M65128</link>
      <description>&lt;P&gt;Load IDTEXT,&lt;BR /&gt;'Your version of the application is $(V_Version)' as Message;&lt;BR /&gt;LOAD IDTEXT FROM MyFile;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 19:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-properly-read-a-variable-from-a-text-file/m-p/1802827#M65128</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2021-04-26T19:01:35Z</dc:date>
    </item>
  </channel>
</rss>

