<?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 Issue - Date appears as '07/00/2016' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168288#M887298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be the dateformat set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY'; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 18:09:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-08T18:09:07Z</dc:date>
    <item>
      <title>Date Format Issue - Date appears as '07/00/2016'</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168286#M887296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&amp;nbsp; I'm getting the following issue with a date loaded in from a qvd.&amp;nbsp; The unformatted date (yesterday - 07/09/2016) appears as 07/00/2016.&amp;nbsp; If I go to properties -&amp;gt; Number and Override Document Settings and set to integer i get &lt;STRONG&gt;42620&lt;/STRONG&gt; and if I set it as Date i get &lt;STRONG&gt;07/09/2016&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fine but when the date is a dimension in a chart it shows as 07/00/2016 and also in the current selections it is the same.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DMYChart.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/136840_DMYChart.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;So i need to change this in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried in the script to split out the date to the day month and year and put it back together using MakeDate but it still returns as 07/00/2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day(Date) AS Day&lt;/P&gt;&lt;P&gt;,Num(Month(Date),'00') AS Month&lt;/P&gt;&lt;P&gt;,Year(Date) As Year&lt;/P&gt;&lt;P&gt;,MakeDate(Year(Date),Month(Date),Day(Date)) AS Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DMY.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136838_DMY.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168286#M887296</guid>
      <dc:creator>farnsworth</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue - Date appears as '07/00/2016'</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168287#M887297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;MakeDate(Year(Date), &lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Month(Date)&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, Day(Date)) AS Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168287#M887297</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-08T15:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue - Date appears as '07/00/2016'</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168288#M887298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be the dateformat set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY'; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168288#M887298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-08T18:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format Issue - Date appears as '07/00/2016'</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168289#M887299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I resolved the issue on this. I have a download stage of the data which had formatting on the date.&amp;nbsp; The date was originally date time format and the time part is removed to leave just the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only issue was at this stage the date format was set as 'dd/mm/yyyy' after the time section is dropped out.&amp;nbsp; So somehow the numeric date was kept but the format above should have been 'DD/MM/YYYY' as 'mm' returns the minutes in a date time hence the '00'.&amp;nbsp; Qlikview must do something behind the scenes which kept the numeric date format which is why further on in the process it displayed the numeric correctly but still displayed the date as 07/00/2016.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So changing the date format back to 'DD/MM/YYYY' has done the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 13:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Issue-Date-appears-as-07-00-2016/m-p/1168289#M887299</guid>
      <dc:creator>farnsworth</dc:creator>
      <dc:date>2016-09-16T13:41:10Z</dc:date>
    </item>
  </channel>
</rss>

