<?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: How can I assign a default value to input box so it is set on the document load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623250#M229372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does work! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 08:43:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-26T08:43:44Z</dc:date>
    <item>
      <title>How can I assign a default value to input box so it is set on the document load</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623246#M229368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an input box that defines the date for analysis. It can be changed by the user to redraw the charts. How can I set the value that contains the input box on the document load to be the current date? Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623246#M229368</guid>
      <dc:creator />
      <dc:date>2014-03-26T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I assign a default value to input box so it is set on the document load</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623247#M229369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a variable like&amp;nbsp; vCurrent = Today()&amp;nbsp; and use this variable in the input box. It always show current date value and if you have to find from any field then use peek function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623247#M229369</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-26T06:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I assign a default value to input box so it is set on the document load</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623248#M229370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not convenient as I can't apply neither input constraints nor number format settings to such input box. Is there a kind of event driven solution? Like vba windows apps function for events: Onload, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 07:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623248#M229370</guid>
      <dc:creator />
      <dc:date>2014-03-26T07:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I assign a default value to input box so it is set on the document load</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623249#M229371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want the input box to show current date whenever the document is opened?&lt;/P&gt;&lt;P&gt;If so, then you can create a variable as suggested by Anand and write an action OnOpen of the document. Say your variable is :&lt;/P&gt;&lt;P&gt;vCurrent = Today()&lt;/P&gt;&lt;P&gt;Then write the following action,Go to Settings--Document Properties--Triggers tab, then in Document Event Triggers, add an action :&lt;/P&gt;&lt;P&gt;Action Type : External&lt;/P&gt;&lt;P&gt;Action : Set Variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the variable name and the value in respective boxes.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623249#M229371</guid>
      <dc:creator />
      <dc:date>2014-03-26T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I assign a default value to input box so it is set on the document load</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623250#M229372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does work! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 08:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-assign-a-default-value-to-input-box-so-it-is-set-on/m-p/623250#M229372</guid>
      <dc:creator />
      <dc:date>2014-03-26T08:43:44Z</dc:date>
    </item>
  </channel>
</rss>

