<?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 read input field in the module editor in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616755#M734601</link>
    <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 18:13:26 GMT</pubDate>
    <dc:creator>cesaryulgon</dc:creator>
    <dc:date>2019-08-26T18:13:26Z</dc:date>
    <item>
      <title>How to read input field in the module editor</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616734#M734597</link>
      <description>&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I require the basic instruction of how to read a field input variable to be read in the module editor (VB)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616734#M734597</guid>
      <dc:creator>cesaryulgon</dc:creator>
      <dc:date>2024-11-16T02:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to read input field in the module editor</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616735#M734598</link>
      <description>set modvariable=ActiveDocument.Variables("YOUR_VARIABLE_NAME")</description>
      <pubDate>Mon, 26 Aug 2019 17:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616735#M734598</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-08-26T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to read input field in the module editor</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616739#M734599</link>
      <description>&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;And how do I assign a new value to that variable within the module editor?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Aug 2019 17:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616739#M734599</guid>
      <dc:creator>cesaryulgon</dc:creator>
      <dc:date>2019-08-26T17:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to read input field in the module editor</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616745#M734600</link>
      <description>like so&lt;BR /&gt;ActiveDocument.Variables("vYourVariable").SetContent modvariable,true&lt;BR /&gt;&lt;BR /&gt;check this thread&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Useful-Qlikview-Macros/ta-p/1494530" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Useful-Qlikview-Macros/ta-p/1494530&lt;/A&gt;</description>
      <pubDate>Mon, 26 Aug 2019 17:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616745#M734600</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-08-26T17:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to read input field in the module editor</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616755#M734601</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 18:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616755#M734601</guid>
      <dc:creator>cesaryulgon</dc:creator>
      <dc:date>2019-08-26T18:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read input field in the module editor</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616760#M734602</link>
      <description>&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Sorry, one more question.&lt;/SPAN&gt; &lt;SPAN&gt;How he performed arithmetic operations between variables&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Aug 2019 18:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-input-field-in-the-module-editor/m-p/1616760#M734602</guid>
      <dc:creator>cesaryulgon</dc:creator>
      <dc:date>2019-08-26T18:31:34Z</dc:date>
    </item>
  </channel>
</rss>

