<?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 Reset InputField Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521747#M194986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a document where I have a column that is an InputField.&amp;nbsp; After I update many of these values I want to reset my chart so that it removes all of the values I entered.&amp;nbsp; How can I reset or clear all values of an InputField?&amp;nbsp; In my case they can all be reset to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick search revealed many have done this using a macro.&amp;nbsp; I cannot use a macro because this document will be accessed using the access point on many different browsers and systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 20:22:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-13T20:22:44Z</dc:date>
    <item>
      <title>Reset InputField Values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521747#M194986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a document where I have a column that is an InputField.&amp;nbsp; After I update many of these values I want to reset my chart so that it removes all of the values I entered.&amp;nbsp; How can I reset or clear all values of an InputField?&amp;nbsp; In my case they can all be reset to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick search revealed many have done this using a macro.&amp;nbsp; I cannot use a macro because this document will be accessed using the access point on many different browsers and systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 20:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521747#M194986</guid>
      <dc:creator />
      <dc:date>2013-11-13T20:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reset InputField Values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521748#M194987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A macro is the only way as far as I know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 20:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521748#M194987</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-13T20:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reset InputField Values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521749#M194988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan is correct. It has been awhile since I've done it but it is something like&lt;/P&gt;&lt;P&gt;sub reset&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set fld = ActiveDocument.Fields(&lt;SPAN class="string"&gt;"inputtable"&lt;/SPAN&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld.ResetInputFieldValues &lt;SPAN class="number"&gt;0, x&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 20:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521749#M194988</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-11-13T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reset InputField Values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521750#M194989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works fine on the Desktop, but not on the access point.&amp;nbsp; So basically there is no way for users to reset input fields on the access point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like this is going to make using an InputField terribly difficult.&amp;nbsp; Maybe I can reset them on reload and push users to save their inputs in a bookmark - sounds like a horrible workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 20:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521750#M194989</guid>
      <dc:creator />
      <dc:date>2013-11-13T20:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reset InputField Values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521751#M194990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you allow macros on server the most functions can run in macro.&lt;/P&gt;&lt;P&gt;Is dynamic update a alternativ for your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A big number of input fields or dynamic update in Server environment are critical because there are stored in shared file and if you have a big number of user you have the hdd as a bottleneck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 21:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521751#M194990</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-13T21:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reset InputField Values</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521752#M194991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get the macro to work on the server, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would a dynamic update work?&amp;nbsp; I tried playing around with it for a little bit, but did not spend enough time to get it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 21:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-InputField-Values/m-p/521752#M194991</guid>
      <dc:creator />
      <dc:date>2013-11-13T21:17:59Z</dc:date>
    </item>
  </channel>
</rss>

