<?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: Calender Object Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961288#M329904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working, i need one more step to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select date on calendar object, the y are not unselected when i click clearall button. Do i need to add any action for clear all button?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 06:22:49 GMT</pubDate>
    <dc:creator>raju_salmon</dc:creator>
    <dc:date>2015-12-07T06:22:49Z</dc:date>
    <item>
      <title>Calender Object Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961286#M329902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created calendar object with the below process however i cannot able to select the dates in DATE field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created below variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vLowerLimit = Num(Min(DATE))&lt;/P&gt;&lt;P&gt;vUpperLimit = Num(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vStartDate = ''&lt;/P&gt;&lt;P&gt;vEndDate = ''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created Calender Object with variables vStartDate and vEndDate&lt;/P&gt;&lt;P&gt;MIN VALUE =vLowerLimit&lt;/P&gt;&lt;P&gt;MAXVALUE&amp;nbsp; =vUpperLimit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added triggers at document level for variables vStartDate and vEndDate for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selectinfiled -&amp;nbsp; Field (DATE)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search String ( ='&amp;gt;='&amp;amp;vStartDate&amp;amp;'&amp;lt;='&amp;amp;vEndDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the sample attachment for reference. I cannot able to select particulate dates in Date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 06:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961286#M329902</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2015-12-07T06:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calender Object Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961287#M329903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add date() in your search string like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;='&amp;amp;&lt;STRONG&gt;Date&lt;/STRONG&gt;(vStartDate)&amp;amp;'&amp;lt;='&amp;amp;&lt;STRONG&gt;Date&lt;/STRONG&gt;(vEndDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 06:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961287#M329903</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-07T06:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calender Object Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961288#M329904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working, i need one more step to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select date on calendar object, the y are not unselected when i click clearall button. Do i need to add any action for clear all button?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 06:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961288#M329904</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2015-12-07T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calender Object Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961289#M329905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Remove Variable event trigger &amp;amp; Create the button (here you can provide the trigger to select the DATE) to apply filter when dates from calender object gets selected i.e on clicking button Date range will be selected in DATE field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 06:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961289#M329905</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-07T06:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calender Object Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961290#M329906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since i need to create calendar object, i have made it based on tresesco response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i need to clear the calendar date selections when i click on clear all button. Can i do that with any way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean i need to clear the value in StartDate and EndDate variable by clicking button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 06:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961290#M329906</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2015-12-07T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calender Object Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961291#M329907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the button &amp;amp; Set the variable values to null on click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 06:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calender-Object-Issue/m-p/961291#M329907</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-07T06:48:50Z</dc:date>
    </item>
  </channel>
</rss>

