<?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 not resetting on reload. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163566#M36626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the correct code is&lt;/P&gt;&lt;P&gt;Sub reset&lt;/P&gt;&lt;P&gt;activedocument.fields("Fcst_StartDate").ResetInputFieldValues 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Mar 2010 17:24:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-01T17:24:47Z</dc:date>
    <item>
      <title>Inputfield not resetting on reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163564#M36624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfield Fcst_StartDate;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Monthstart(now()) as Fcst_StartDate&lt;/P&gt;&lt;P&gt;Autogenerate(1);&lt;/P&gt;&lt;P&gt;First time I Load the application, the date in the field Fcst_StartDate is 01/03/2010 as I would expect. I then manually enter a date in the field say 27/02/2009.&lt;/P&gt;&lt;P&gt;When the app reloads 27/02/2009 is retained in the Fcst_StartDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I reset the field to the Monthstart formula when the app reloads?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163564#M36624</guid>
      <dc:creator />
      <dc:date>2010-03-01T16:32:08Z</dc:date>
    </item>
    <item>
      <title>Inputfield not resetting on reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163565#M36625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Paste using an idea I found on the previous post on this subject I set the following macro to reset the input field using the onopen action in the doc settings.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Sub Reset_Inputfield&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;"Fcst_StartDate").ResetInputFieldValues 0&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This works when I reopen the document.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163565#M36625</guid>
      <dc:creator />
      <dc:date>2010-03-01T16:56:51Z</dc:date>
    </item>
    <item>
      <title>Inputfield not resetting on reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163566#M36626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the correct code is&lt;/P&gt;&lt;P&gt;Sub reset&lt;/P&gt;&lt;P&gt;activedocument.fields("Fcst_StartDate").ResetInputFieldValues 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 17:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-not-resetting-on-reload/m-p/163566#M36626</guid>
      <dc:creator />
      <dc:date>2010-03-01T17:24:47Z</dc:date>
    </item>
  </channel>
</rss>

