<?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 with From and To Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470677#M560690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joerg's suggestion should work fine. If you want to you could always just create a nother field in your load script call date and remove the time stamp from the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(Year(LogDate),Month(LogDate),Day(LogDate)) as Date&lt;/P&gt;&lt;P&gt;RESIDENT Table1;&lt;/P&gt;&lt;P&gt;DROP TABLE Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your vMin and vMax variables just change which field it points to and use the new one you created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 10:27:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-19T10:27:45Z</dc:date>
    <item>
      <title>Calendar with From and To Date</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470675#M560688</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;I was wondering if someone would be able to assist me with an issue I am having.&amp;nbsp; I am writing a report on Qlikview to view all data for two peices of software called 'Maximo' and 'Syclo'.&amp;nbsp; However the people who have asked me to do this, have asked me to create a calendar object to search for a from and to date.&amp;nbsp; &lt;/P&gt;&lt;P&gt;They want to be able to put in information such as 01-APR-12 to 15-MAY-12, which will pull through all information that was logged between 1st April 2012 and the 15th May 2012.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the field in which the data was logged is called the &lt;STRONG&gt;logdate&lt;/STRONG&gt;, and it a Timestamp format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a calendar with a from and to date, but the from date did not include that specific day, (in the example above, it would not include the 15th May for Example).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a copy of the Qlikview file, if anyone wants to take a look to see how the data is represented.&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 Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 09:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470675#M560688</guid>
      <dc:creator />
      <dc:date>2013-04-19T09:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar with From and To Date</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470676#M560689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi Jon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;try to change with your button to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 9pt;"&gt;='&amp;gt;=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-size: 9pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-size: 9pt;"&gt;vStartDate&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 9pt;"&gt;, 'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-size: 9pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-size: 9pt;"&gt;vEndDate&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000; font-size: 9pt;"&gt;&lt;STRONG&gt;+1&lt;/STRONG&gt;,&lt;SPAN style="color: #000000;"&gt; 'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt;Hope it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt;Joerg&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 09:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470676#M560689</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2013-04-19T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar with From and To Date</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470677#M560690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joerg's suggestion should work fine. If you want to you could always just create a nother field in your load script call date and remove the time stamp from the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(Year(LogDate),Month(LogDate),Day(LogDate)) as Date&lt;/P&gt;&lt;P&gt;RESIDENT Table1;&lt;/P&gt;&lt;P&gt;DROP TABLE Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your vMin and vMax variables just change which field it points to and use the new one you created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 10:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470677#M560690</guid>
      <dc:creator />
      <dc:date>2013-04-19T10:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar with From and To Date</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470678#M560691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached, hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 11:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-with-From-and-To-Date/m-p/470678#M560691</guid>
      <dc:creator />
      <dc:date>2013-04-19T11:23:53Z</dc:date>
    </item>
  </channel>
</rss>

