<?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: Date Range using Calendar Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966937#M331360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marin.&amp;nbsp; It's working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2015 14:35:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-27T14:35:49Z</dc:date>
    <item>
      <title>Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966931#M331354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I followed this link &lt;A href="http://www.wipfli.com/BlogPost_QT_BI_Blog_100512.aspx" title="http://www.wipfli.com/BlogPost_QT_BI_Blog_100512.aspx"&gt;Build a Custom Date Range Selector&lt;/A&gt; and created a date range selection using input box and document triggers.&amp;nbsp; It is working fine.&amp;nbsp; However, I would like to have a calendar object for choosing the dates instead of picking the dates from the drop down of the input box.&amp;nbsp; Is there a way to do this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103091_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 17:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966931#M331354</guid>
      <dc:creator />
      <dc:date>2015-10-26T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966932#M331355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this video tutorial helps: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/67712" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; text-decoration: underline;"&gt;Selecting Arbitrary Date Ranges&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 17:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966932#M331355</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-26T17:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966933#M331356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp; Watched the video and created the date range selection using the calendar object and document triggers and it is working fine.&amp;nbsp; But, in my application, I have a couple of date ranges like create dt, resolved dt, update dt etc.&amp;nbsp; When I try to extend the logic to other dates, it is not working.&amp;nbsp; I made sure, I used different variable names but still, it doesn't work.&amp;nbsp; Please let me know if I am missing anything.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103174_Capture.JPG" style="width: 620px; height: 110px;" /&gt;&lt;/P&gt;&lt;P&gt;Here the first From and To works but the second one does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code I used:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103187_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966933#M331356</guid>
      <dc:creator />
      <dc:date>2015-10-27T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966934#M331357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudha, you have a typo in the second LET's, table name should be TEMP&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966934#M331357</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-27T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966935#M331358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya right.&amp;nbsp; I corrected the mistake but still it does not work.&amp;nbsp; Please take a look at the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966935#M331358</guid>
      <dc:creator />
      <dc:date>2015-10-27T14:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966936#M331359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudha, in document properties--&amp;gt; triggers --&amp;gt; variable events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should create actions for vStartDt and vEndDt like exist for vStartDate and vEndDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966936#M331359</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-27T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966937#M331360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marin.&amp;nbsp; It's working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966937#M331360</guid>
      <dc:creator />
      <dc:date>2015-10-27T14:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966938#M331361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had to copy over the same logic in another QVW.&amp;nbsp; Strangely, the same logic does not work.&amp;nbsp; I have attached the qvw.&amp;nbsp; Please go over the second tab 'ATT cases' and check what is missing in the 'Period Start Dt' and 'Period End Dt'&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103616_Capture.JPG" style="width: 620px; height: 163px;" /&gt; logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966938#M331361</guid>
      <dc:creator />
      <dc:date>2015-10-30T14:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966939#M331362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudha, seems something with date format, I tried this for end date:&lt;/P&gt;&lt;P&gt;='&amp;lt;=' &amp;amp; '$(=Date(vEndDate))'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 08:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966939#M331362</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-11-02T08:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range using Calendar Object</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966940#M331363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben.&amp;nbsp; It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 16:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-using-Calendar-Object/m-p/966940#M331363</guid>
      <dc:creator />
      <dc:date>2015-11-03T16:51:53Z</dc:date>
    </item>
  </channel>
</rss>

