<?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 Inputfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392560#M694545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wonder if some of you had this issue with input fields, and if yes, did you manage to find a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfield A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A from test.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the server say you change one row of the inputfield A from 1 to 10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats fine and works fine. However when you load again the script, the field that you just made changes doesn't go back to the original value (which it was indeed what would I Expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Eliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 17:01:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-21T17:01:32Z</dc:date>
    <item>
      <title>Inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392560#M694545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wonder if some of you had this issue with input fields, and if yes, did you manage to find a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfield A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A from test.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the server say you change one row of the inputfield A from 1 to 10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats fine and works fine. However when you load again the script, the field that you just made changes doesn't go back to the original value (which it was indeed what would I Expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Eliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392560#M694545</guid>
      <dc:creator />
      <dc:date>2013-05-21T17:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392561#M694546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct. Inputfield values persist over reloads. As far as I know the only way to &lt;A _jive_internal="true" href="https://community.qlik.com/thread/29182"&gt;reset them is with a macro&lt;/A&gt;, but that most likely doesn't work in the ajax client. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392561#M694546</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-21T17:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392562#M694547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain how can I reset it with a macro? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i found another way to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392562#M694547</guid>
      <dc:creator />
      <dc:date>2013-05-21T17:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392563#M694548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reset Input field with a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to Document--&amp;gt;Trigger--&amp;gt;On post reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add action --&amp;gt; run macro code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub resetinput&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dim x(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;x(0) = 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set fld = ActiveDocument.Fields("A")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fld.ResetInputFieldValues 0, x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here A is your inputfieldname.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392563#M694548</guid>
      <dc:creator />
      <dc:date>2013-05-21T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392564#M694549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 18:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392564#M694549</guid>
      <dc:creator />
      <dc:date>2013-05-21T18:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392565#M694550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this macro code helps you and solved your problem, then mark it as correct or helpful, and close this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 18:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield/m-p/392565#M694550</guid>
      <dc:creator />
      <dc:date>2013-05-21T18:06:07Z</dc:date>
    </item>
  </channel>
</rss>

