<?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 format problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1616771#M597097</link>
    <description>&lt;P&gt;Couple of Design Blog posts for you that may help if you are still working on things:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Master-Calendar/ba-p/1471527" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-Master-Calendar/ba-p/1471527&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 19:17:35 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-26T19:17:35Z</dc:date>
    <item>
      <title>Date format problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1610224#M597095</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I created those two tables :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MISSION_2:
LOAD ID_ORDRE, 
     AGV,  
     Timestamp(DATE_ORDRE,'DD/MM/YYYY hh:mm') as Id_Date_AGV,
     TYPE_ORDRE, 
     POIDS_TRANSPORTE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CalendarTemp:
LOAD DayStart(TimeStamp($(varMinDate) + (RecNo()/60/24) + (IterNo() -1))) AS AddedDate, // Use this one as date 
     TimeStamp($(varMinDate) + (RecNo()/60/24) + (IterNo() -1),'DD/MM/YYYY hh:mm') AS AddedTimeStamp
AUTOGENERATE 1339 WHILE Num($(varMinDate) + IterNo() -1) &amp;lt;= Num($(varMaxDate)); 

TIME_CALENDAR:
LOAD 
     AddedTimeStamp as Id_Date_AGV,
     Date(Floor(AddedTimeStamp)) as Date_AGV,
     Year(AddedTimeStamp) as Annee,
     Month(AddedTimeStamp) as Mois,
     Day(AddedTimeStamp) as Jour,
     Week(AddedTimeStamp) as Semaine,
     Hour(AddedTimeStamp) as Heure,
     Minute(AddedTimeStamp) as Minute
Resident CalendarTemp
Order By AddedTimeStamp ASC;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; But not all data from MISSION_2 is linked to the calendar, only few rows, any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 11:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1610224#M597095</guid>
      <dc:creator>GuillaumeRUE</dc:creator>
      <dc:date>2019-08-07T11:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date format problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1610269#M597096</link>
      <description>&lt;P&gt;I think you need:&lt;/P&gt;&lt;P&gt;Date(Floor(DATE_ORDRE)) as Id_Date_AGV,&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 12:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1610269#M597096</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2019-08-07T12:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date format problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1616771#M597097</link>
      <description>&lt;P&gt;Couple of Design Blog posts for you that may help if you are still working on things:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Master-Calendar/ba-p/1471527" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-Master-Calendar/ba-p/1471527&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 19:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-problem/m-p/1616771#M597097</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-26T19:17:35Z</dc:date>
    </item>
  </channel>
</rss>

