<?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: Input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120659#M750142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do try adding Calendar objects in some other alternate state.&lt;BR /&gt;or&lt;BR /&gt;if you motive is to keep start and enddate remain same after clear selection then lock selection on start and enddate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2018 16:21:30 GMT</pubDate>
    <dc:creator>passionate</dc:creator>
    <dc:date>2018-11-08T16:21:30Z</dc:date>
    <item>
      <title>Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120654#M750137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added an input box where I enter startdate and enddate in addition to other dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also a "clear selections" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want, when I press the "clear selections" button, all dimensions selections get cleared &lt;STRONG&gt;and the input fields startdate and enddate remain as they are.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is it possible to achieve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/120654#M750137</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120655#M750138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdallah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What action is on your clear selections button, as (for me) Clear All seems to leave variables within input box are not changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/120655#M750138</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2018-11-08T13:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120656#M750139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The action in my clear selection button is : &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; font-weight: bold;"&gt;Unlock and Clear all.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/120656#M750139</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2018-11-08T14:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120657#M750140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot replicate that. Your variables are just normal entry, nothing unusual about them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 15:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/120657#M750140</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2018-11-08T15:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120658#M750141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2 variables are in date format and they are normal entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set &lt;STRONG&gt;vStartDate&lt;/STRONG&gt; = YearStart(Today()) and &lt;STRONG&gt;vEndDate&lt;/STRONG&gt; = Today().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 2 variables can get values between 01/01/2012 and today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other dimensions are&lt;STRONG&gt; region, factory, product and sub-product.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I set vStartDate = '01/01/2012' and vEndDate = '31/12/2012'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I push "clear selections" the 2 variables become : '01/01/2018' and '08/11/2018': &lt;STRONG&gt;this means that they are cleared too.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 16:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/120658#M750141</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2018-11-08T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/120659#M750142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do try adding Calendar objects in some other alternate state.&lt;BR /&gt;or&lt;BR /&gt;if you motive is to keep start and enddate remain same after clear selection then lock selection on start and enddate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 16:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/120659#M750142</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2018-11-08T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/1505810#M750143</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've got the answer. It's "clear all except field" and you specify the field.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 07:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/1505810#M750143</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2018-11-14T07:39:53Z</dc:date>
    </item>
  </channel>
</rss>

