<?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: Linking the Calender with my Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920794#M469027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;floor function remove the time part of the date and date function format the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(&lt;STRONG&gt;date_time&lt;/STRONG&gt;)) as DateWithoutTime&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;dat_data as date_time&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // dat_data is a datetime&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM asqlservertable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 22:45:03 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-07-29T22:45:03Z</dc:date>
    <item>
      <title>Linking the Calender with my Data</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920791#M469024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been struggling with this connecting my data and my calender for a few weeks now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What makes the calender take only parts of the data instead of all of the dates?&lt;/P&gt;&lt;P&gt;What do I need to do in my script in order for these tables to align with each other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Calender object on the QVW below is associated with [Create Date]&lt;/P&gt;&lt;P&gt;[Create Date] is associated with the list of request numbers, names for that request, and another date.&lt;/P&gt;&lt;P&gt;If you choose a calender selection (2015), it will pull up dates associated, but will not find other information.&lt;/P&gt;&lt;P&gt;If you choose a Request ID, it will align with the user name and dates, but nothing on the calender object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 18:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920791#M469024</guid>
      <dc:creator />
      <dc:date>2015-07-29T18:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the Calender with my Data</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920792#M469025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you need the time in the create date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is the datetime ARRequestList and MasterCalendar doesn't match&lt;/P&gt;&lt;P&gt;why doesn't match?&lt;/P&gt;&lt;P&gt;because you calculate the min Create Date from ARRequestList 4/12/2006 7:02:55 AM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and generate the calendar from this, all days with the same time 7:02:55 but in your ARRequestList table the time is different and the association often doesn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I suggest to only use the date part in your Create Date (if possible with your requirement) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94472_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 19:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920792#M469025</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-29T19:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the Calender with my Data</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920793#M469026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not need the time in create date.&lt;/P&gt;&lt;P&gt;I've been researching more on SQL server code and trying to figure out how to use only the date.&lt;/P&gt;&lt;P&gt;May I ask for an example or a function that could isolate the date regardless of time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 22:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920793#M469026</guid>
      <dc:creator />
      <dc:date>2015-07-29T22:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the Calender with my Data</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920794#M469027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;floor function remove the time part of the date and date function format the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(&lt;STRONG&gt;date_time&lt;/STRONG&gt;)) as DateWithoutTime&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;dat_data as date_time&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // dat_data is a datetime&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM asqlservertable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 22:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920794#M469027</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-29T22:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the Calender with my Data</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920795#M469028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! This did the trick!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-the-Calender-with-my-Data/m-p/920795#M469028</guid>
      <dc:creator />
      <dc:date>2015-07-30T19:52:13Z</dc:date>
    </item>
  </channel>
</rss>

