<?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: Question on Calendar Object in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279334#M401403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the help.&amp;nbsp; Using Min Value and Max Value worked on getting the calendar object to display properly in the client.&amp;nbsp; Still having trouble getting it to render properly in the Ajax Client.&amp;nbsp; I'll keep trying!&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 21:24:28 GMT</pubDate>
    <dc:creator>theresaa</dc:creator>
    <dc:date>2017-03-27T21:24:28Z</dc:date>
    <item>
      <title>Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279330#M401399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set a variable in my load script, one for starting calendar date, one for ending calendar date.&amp;nbsp; I used those as the min and max values on the properties of the calendar object.&amp;nbsp; The date that shows up in the object is correct (1/1/2017), but when I drop down the calendar icon to change it, I get only 2 years available (1990 and 1899) ??? Can anyone direct me to some examples or instructions on this issue?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="calendarobject.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157570_calendarobject.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279330#M401399</guid>
      <dc:creator>theresaa</dc:creator>
      <dc:date>2017-03-24T19:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279331#M401400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show how your variables are defined in the script (they look like text instead of dates)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279331#M401400</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-03-24T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279332#M401401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let vDateFormat = 'MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;let IRDATE2 =&amp;nbsp; date(today()-1, '$(vDateFormat)');&lt;/P&gt;&lt;P&gt;let IRDATE1 = date(addmonths(today()-1, -1), '$(vDateFormat)');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 20:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279332#M401401</guid>
      <dc:creator>theresaa</dc:creator>
      <dc:date>2017-03-24T20:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279333#M401402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may forget to add Min and Max options as below. Try to take variable name and then call Min Value as Start Date / End Date similar to Max Value. Then only calendar capture you have only these values to show case in UI.&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/157585_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2017 06:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279333#M401402</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-25T06:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279334#M401403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the help.&amp;nbsp; Using Min Value and Max Value worked on getting the calendar object to display properly in the client.&amp;nbsp; Still having trouble getting it to render properly in the Ajax Client.&amp;nbsp; I'll keep trying!&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 21:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279334#M401403</guid>
      <dc:creator>theresaa</dc:creator>
      <dc:date>2017-03-27T21:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279335#M401404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the issue on AJAX client? Can you show the image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 02:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279335#M401404</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-28T02:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Calendar Object in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279336#M401405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So - here is the variables defined in the script:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Variables_in_script.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157919_Variables_in_script.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Here is Calendar object (min and max are &lt;IMG alt="Calendar_object.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/157921_Calendar_object.png" style="width: 620px; height: 529px;" /&gt;of the dates from the data loaded into the app - not the variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I first open the calendar object in Ajax, there are only 3 days available to select from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3datesavailable.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/157922_3datesavailable.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If I hit CLEAR, then open it again, it has all kinds of dates available:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="alldatesavailable.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/157923_alldatesavailable.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Calendar-Object-in-QlikView/m-p/1279336#M401405</guid>
      <dc:creator>theresaa</dc:creator>
      <dc:date>2017-03-28T13:21:45Z</dc:date>
    </item>
  </channel>
</rss>

