<?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: Clear All in Date Picker in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322246#M409528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how all of this is setup... would you be able to share a sample where you are doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 11:15:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-20T11:15:14Z</dc:date>
    <item>
      <title>Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322244#M409526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date picker in my app which the user can select the to and from dates. This date picker is copied onto the 4 other tabs too so the user can change the dates if required in the different tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like it when the user moves to another tab that the date picker dates clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called DATE and two variables VStartDate and vEndDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variables have just dates in them in variable overview. Well the date number e.g. 42375&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date picker start date has a min value of&amp;nbsp; =date(min({1}date),'dd/mm/yyyy') in it and the max value of =vEndDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date picker end date has a min value of =VStartDate and max value of &lt;SPAN style="font-size: 25.9547px;"&gt; =date(max({1}date),'dd/mm/yyyy') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;I have tried an action to clear the fields but it isn't working &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;Does anyone have an idea of how to rest these fields &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322244#M409526</guid>
      <dc:creator />
      <dc:date>2017-06-20T11:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322245#M409527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the variable values while switching to other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322245#M409527</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-06-20T11:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322246#M409528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how all of this is setup... would you be able to share a sample where you are doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322246#M409528</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T11:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322247#M409529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could have a trigger OnActivateSheet to set variable vStartDate to Null() and vEndDate to Null().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would clear your datepickers. However, it appears to me to be counterintuitive, depending on dashboard design.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322247#M409529</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-20T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322248#M409530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How could I do this? Would it be through Select in Field option? How can I set this to null? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322248#M409530</guid>
      <dc:creator />
      <dc:date>2017-06-20T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322249#M409531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Set Variable action within External action type to set variable value to null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167475_Capture.PNG" style="height: 302px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322249#M409531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All in Date Picker</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322250#M409532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As usual, &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ beat me to it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;His suggestion below is the one I had in mind for you. Open the sheet properties by clicking CTRL+ALT+S and go to tab Triggers. Just add the variable names and =Null() to the respective fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-in-Date-Picker/m-p/1322250#M409532</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-20T13:57:30Z</dc:date>
    </item>
  </channel>
</rss>

