<?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: Reset Inputfield values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820871#M289362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The steps you have taken seems right. Can you share a sample to check it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 21:25:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-10T21:25:59Z</dc:date>
    <item>
      <title>Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820866#M289357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got stuck with a little problem concerning my input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use them for budgeting. &lt;/P&gt;&lt;P&gt;I use the following macro to clear the fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub ResetInputField&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;' Reset the InputField&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; set fld = ActiveDocument.Fields("InputFieldName")&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; fld.ResetInputFieldValues 0,&amp;nbsp; 0&amp;nbsp;&amp;nbsp; ' 0 = All values reset, 1 = Reset Possible value, 2 = Reset single value&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it doesn't work on access point. &lt;BR /&gt;So I also already tried to reset the field within my partial reload. &lt;BR /&gt;But after dropping the field and rejoining it within one partial reload, the application still keeps the values of the input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any clear way to reset the value of the input field within the script or at least without a macro (or a macro that works on AJAX)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820866#M289357</guid>
      <dc:creator>patroser</dc:creator>
      <dc:date>2015-03-30T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820867#M289358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a bookmark and a button action to reset inputfield values to something specific. For instance if you want all the values to be 0, then enter 0's for all of them and create a bookmark as follows (make sure to select include Input Field Values, and exclude Include Selections in Bookmark)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82366_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use this bookmark to reset the inputfields to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820867#M289358</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-30T14:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820868#M289359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820868#M289359</guid>
      <dc:creator>patroser</dc:creator>
      <dc:date>2015-03-31T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820869#M289360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820869#M289360</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-31T09:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820870#M289361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a similar kind of requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change is i want to reset back to the initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I followed the same approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a book mark with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. Uncheck Selections in Bookmark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. Check Include Input Field Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bookmark Name is BM01 for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Now i'm creating a button with Action Type as Bookmark and Action as Apply Bookmark and provided the Bookmark ID as BM01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now if i click the button it is not resetting to the initial value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing something here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820870#M289361</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-10T21:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820871#M289362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The steps you have taken seems right. Can you share a sample to check it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820871#M289362</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-10T21:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820872#M289363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the sample qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820872#M289363</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-10T21:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820873#M289364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am guessing you are not doing this error in your actual application &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114247_Capture.PNG" style="height: 242px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820873#M289364</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-10T21:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820874#M289365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a new bookmark using the steps you just mentioned and it seems to be working well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820874#M289365</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-10T21:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820875#M289366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after changing, if i click Clean Input Field text object, the input field clear is not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing out:)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820875#M289366</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-10T21:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820876#M289367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820876#M289367</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-10T21:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820877#M289368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out that we can also achieve this without bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Approach: Right click on the chart and select "Restore All Values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 18:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820877#M289368</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-11T18:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820878#M289369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super, thanks for sharing that. I am going to test that right away &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 18:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/820878#M289369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-11T18:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Inputfield values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/1700011#M451156</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;Just wondering if you can share how you used input field for budgeting, to what extend. Interesting concept.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Will&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 21:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-Inputfield-values/m-p/1700011#M451156</guid>
      <dc:creator>wwistam</dc:creator>
      <dc:date>2020-05-07T21:47:48Z</dc:date>
    </item>
  </channel>
</rss>

