<?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: Can't Convert Excel date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91485#M764681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried loading it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor([Date Rec]), 'DD/MM/YYYY') as [Date Rec]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(Date#([Date Rec], 'DD/MM/YYYY hh:mm')), 'DD/MM/YYYY') as [Date Rec]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 15:26:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-16T15:26:16Z</dc:date>
    <item>
      <title>Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91483#M764679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in excel i have a column, DateRec&lt;/P&gt;&lt;P&gt;in the daterec column it has dates like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date Rec&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="113"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19" width="113"&gt;21/02/2018 08:43&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;21/02/2018 01:16&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to read these into Qlik. It says they are custom cells on excel&amp;nbsp; dd/mm/yyyy hh:mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On qlik i simply want the dd/mm/yyyy hh:mm to be DD/MM/YYYY on the load script. when i convert to general on the cell, they convert to numbers like 43151.34977&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone help?&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/Can-t-Convert-Excel-date/m-p/91483#M764679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91484#M764680</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;try this on the script when loading that field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Timestamp#([&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date Rec],'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dd/mm/yyyy hh:mm&lt;/SPAN&gt;'),'dd/mm/yyyy') as &lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date Rec]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91484#M764680</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-16T15:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91485#M764681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried loading it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor([Date Rec]), 'DD/MM/YYYY') as [Date Rec]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(Date#([Date Rec], 'DD/MM/YYYY hh:mm')), 'DD/MM/YYYY') as [Date Rec]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91485#M764681</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-16T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91486#M764682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - this worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91486#M764682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-16T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91487#M764683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure to add Floor() because without floor, you will see a date, but underlying will still be a timestamp &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91487#M764683</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-16T16:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91488#M764684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as mentioned above, you should use this to get unique date values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Floor(Timestamp#([&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Date Rec],'&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;dd/mm/yyyy hh:mm&lt;/SPAN&gt;')),'dd/mm/yyyy') as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Date Rec]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91488#M764684</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-16T16:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91489#M764685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, Make sure to use MM for month... because mm is for minutes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Date(Floor(Timestamp#([&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Date Rec],'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;dd/&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;mm&lt;/SPAN&gt;/yyyy hh:mm&lt;/SPAN&gt;')),'dd/mm/yyyy') as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Date Rec]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I know you and the OP already know this, but not everyone knows about this... so that is why putting it out here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91489#M764685</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-16T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Convert Excel date</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91490#M764686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I Really completely forget about this... thought using it 2 times (as months and minutes) in the same #function is enough to be recognized as months and minutes. Will make some tests but thanks for pointing this out &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 20:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Convert-Excel-date/m-p/91490#M764686</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-16T20:51:03Z</dc:date>
    </item>
  </channel>
</rss>

