<?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 an inputfield by script (with button) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507495#M436389</link>
    <description>&lt;P&gt;One way is to use a bookmark: &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Reset-Inputfield-values/td-p/820866" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Reset-Inputfield-values/td-p/820866&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way is a double reload. See my post in this discussion:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/InputField/td-p/1110139" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/InputField/td-p/1110139&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 17:24:50 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2018-11-15T17:24:50Z</dc:date>
    <item>
      <title>Reset an inputfield by script (with button)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507404#M436383</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a little QV app that calculates values for the cost management team but allows them to modify the value.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with [calculated_value] and [costers_value] that is loaded with &lt;SPAN&gt;[costers_value]&amp;nbsp;as an&amp;nbsp;&lt;/SPAN&gt;inputfield.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the app is loaded, the&amp;nbsp;&lt;SPAN&gt;[costers_value]&amp;nbsp; is set to =&amp;nbsp;[calculated_value].&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The cost management team would like to have a button to reset the&amp;nbsp;[costers_value] to the&amp;nbsp;[calculated_value] for example if they begin modifications and leave and don't know where they left off.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seems to me that I can create a button that will re-load the app, but doesn't the inputfield store the modified value, for how long, and how do I delete those values stored in memory ?&amp;nbsp; Maybe this should be part of my reload script ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas are welcome!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507404#M436383</guid>
      <dc:creator>leenlart</dc:creator>
      <dc:date>2024-11-16T21:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reset an inputfield by script (with button)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507449#M436385</link>
      <description>&lt;P&gt;Why dont you on reload set&amp;nbsp;&lt;SPAN&gt;[calculated_value] to 2 variable costers_value and coster_value_default.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then use an on document open document trigger to set costers_value to&amp;nbsp;coster_value_default.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope i understood the issue correctly&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 16:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507449#M436385</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-15T16:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reset an inputfield by script (with button)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507484#M436386</link>
      <description>&lt;P&gt;Right click on a listbox with the inputfield:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="InputField.png" style="width: 431px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/360iBAC13E1270060DF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="InputField.png" alt="InputField.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 17:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507484#M436386</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2018-11-15T17:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reset an inputfield by script (with button)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507494#M436388</link>
      <description>&lt;P&gt;But you can also use a button that calls a macro:&lt;/P&gt;&lt;P&gt;sub ResetInputField&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ActiveDocument.Fields("costers_value").ResetInputFieldValues 0&lt;BR /&gt;end sub&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 17:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507494#M436388</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2018-11-15T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reset an inputfield by script (with button)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507495#M436389</link>
      <description>&lt;P&gt;One way is to use a bookmark: &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Reset-Inputfield-values/td-p/820866" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Reset-Inputfield-values/td-p/820866&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way is a double reload. See my post in this discussion:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/InputField/td-p/1110139" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/InputField/td-p/1110139&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 17:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507495#M436389</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-11-15T17:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reset an inputfield by script (with button)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507790#M436417</link>
      <description>&lt;P&gt;Thanks, super interesting method.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 08:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-an-inputfield-by-script-with-button/m-p/1507790#M436417</guid>
      <dc:creator>leenlart</dc:creator>
      <dc:date>2018-11-16T08:35:48Z</dc:date>
    </item>
  </channel>
</rss>

