<?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: Input Fields keeping values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352274#M130711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Change your field names according to below code and run this macro code OnPostReload trigger. &lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;sub resetinput&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;dim x(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;x(0) = 0 ' element to reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;set fld = ActiveDocument.Fields("Index_Pris_Simulering")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;fld.ResetInputFieldValues 0, x ' 0 = All values reset, 1 = Reset Possible value, 2 = Reset single value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 13:43:57 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2012-07-16T13:43:57Z</dc:date>
    <item>
      <title>Input Fields keeping values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352272#M130709</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 am currently working on a application where I would like to reset the value of input fields after each reload.&amp;nbsp; At the minute I am setting the inputfield to the value I want at each reload, but it is holding the value it was prior to the reload.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a setting to switch this off, so that it reset every reload?&amp;nbsp; I have looked through the reference manual and there doesn't seem to be anything indicating this is the correct functionality.&amp;nbsp; I am using 10SR4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 13:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352272#M130709</guid>
      <dc:creator>paulm</dc:creator>
      <dc:date>2012-07-16T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Input Fields keeping values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352273#M130710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;STRONG&gt;on post reload &lt;/STRONG&gt;document trigger to clean the variable each time your document is reloaded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 13:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352273#M130710</guid>
      <dc:creator />
      <dc:date>2012-07-16T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Input Fields keeping values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352274#M130711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Change your field names according to below code and run this macro code OnPostReload trigger. &lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;sub resetinput&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;dim x(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;x(0) = 0 ' element to reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;set fld = ActiveDocument.Fields("Index_Pris_Simulering")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;fld.ResetInputFieldValues 0, x ' 0 = All values reset, 1 = Reset Possible value, 2 = Reset single value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: calibri, verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 13:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Fields-keeping-values/m-p/352274#M130711</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-07-16T13:43:57Z</dc:date>
    </item>
  </channel>
</rss>

