<?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: Calendar Object Query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571926#M213072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; I created my normal variables for vStartDate and vEndDate and set them to NULL.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then I created by Two Calendar Objects with the variable vStartDate as one and vEndDate as the other, with the following values:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=min(logdate_date)&amp;nbsp;&amp;nbsp; and &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=max(logdate_date)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; created a Button Object called Clear Date and created a Set Variable Action to vStartDate and another to vEndDate.&amp;nbsp; Clicking this Button Clears my Calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 07:43:04 GMT</pubDate>
    <dc:creator>sakamsureshbabu</dc:creator>
    <dc:date>2014-09-23T07:43:04Z</dc:date>
    <item>
      <title>Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571921#M213067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Qlikview Report which shows all the calls logged to our IT Helpdesk from a Database.&amp;nbsp; We have a field called &lt;STRONG&gt;logdate_date &lt;/STRONG&gt;which holds the the date the call was logged.&amp;nbsp; What I am trying to achieve is the follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) A Calendar Object where users can select the Log Date as the &lt;STRONG&gt;Start Time&lt;/STRONG&gt; and it defaults to the next date (eg. A call may not have been logged on the 25/01/2014, therefore I want the Calendar Object to pick up the next available date which could be 27/01/2014)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Another Calendar Object where users can select the Log Date as the &lt;STRONG&gt;End Time &lt;/STRONG&gt;and it defaults to the next Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I want the Calendar Object to show no values at the start, and then show the values when they are enter.&amp;nbsp; Once you click clear, I want the values in the calendar object to disappear.&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571921#M213067</guid>
      <dc:creator />
      <dc:date>2014-01-27T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571922#M213068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out myself.&amp;nbsp; I created my normal variables for vStartDate and vEndDate and set them to NULL. &lt;/P&gt;&lt;P&gt;Then I created by Two Calendar Objects with the variable vStartDate as one and vEndDate as the other, with the following values:&lt;/P&gt;&lt;P&gt;=min(logdate_date) and =max(logdate_date)&lt;/P&gt;&lt;P&gt;I then created a Button Object called Clear Date and created a Set Variable Action to vStartDate and another to vEndDate.&amp;nbsp; Clicking this Button Clears my Calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571922#M213068</guid>
      <dc:creator />
      <dc:date>2014-01-27T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571923#M213069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How u created button object for clearing values for two variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also used same procedure but my variable values are not cleared in both calendar objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created button object like this.&lt;/P&gt;&lt;P&gt;actions-&amp;gt;set variable-&amp;gt; variable: =vstarttime , value:logdate_date. Is it correct one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's expression value you used? Please provide solution for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Nagaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571923#M213069</guid>
      <dc:creator>nagarajupinnibo</dc:creator>
      <dc:date>2014-09-22T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571924#M213070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaragu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Button and added two actions in the actions tab.&amp;nbsp; Both were Set Varaible and I set the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable = vStartDate&lt;/P&gt;&lt;P&gt;Value = blank (not the word blank but actually blank)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable = vEndDate&lt;/P&gt;&lt;P&gt;Value = blank (not the word blank but actually blank)&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 13:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571924#M213070</guid>
      <dc:creator />
      <dc:date>2014-09-22T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571925#M213071</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;If you send me the document I can take a look for you see if it tallies with mine.&amp;nbsp; You may want to remove any personal information.&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571925#M213071</guid>
      <dc:creator />
      <dc:date>2014-09-22T14:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571926#M213072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; I created my normal variables for vStartDate and vEndDate and set them to NULL.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then I created by Two Calendar Objects with the variable vStartDate as one and vEndDate as the other, with the following values:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=min(logdate_date)&amp;nbsp;&amp;nbsp; and &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=max(logdate_date)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; created a Button Object called Clear Date and created a Set Variable Action to vStartDate and another to vEndDate.&amp;nbsp; Clicking this Button Clears my Calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571926#M213072</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-09-23T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571927#M213073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario is working fine. But, I am asking is there any solution that not to create button object and needs to clear calendar object variable values when we select clear option from navigation bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Nagaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571927#M213073</guid>
      <dc:creator>nagarajupinnibo</dc:creator>
      <dc:date>2014-09-23T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571928#M213074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think so, i have tried experimenting with this however the clear button but basically it removes the dates from the variables screen, therefore removing them when from the date boxes themselves.&amp;nbsp; You could either write a macro or set the clear down when opening the document, however for me this didnt have the desired results as our end users wanted to selected different dates.&lt;/P&gt;&lt;P&gt;Sorry I couldnt be any more help. &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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571928#M213074</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Object Query</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571929#M213075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to clear my variables in Calendar object with Button object, setting my variables to blank as you said but not working.&lt;/P&gt;&lt;P&gt;Does the values in Min and Max of Variable affect the set variable in button object??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Object-Query/m-p/571929#M213075</guid>
      <dc:creator />
      <dc:date>2014-10-22T16:18:06Z</dc:date>
    </item>
  </channel>
</rss>

