<?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 Having problem loading data as DATE format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248482#M1206040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like your excel data is formatted as a timestamp. If there is a way you can change the formatting, I would recommend that you do that. Otherwise, try using the timestamp# transformation and then use makedate with year(field), month(field), and day(field).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Mar 2010 21:36:01 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2010-03-23T21:36:01Z</dc:date>
    <item>
      <title>Having problem loading data as DATE format</title>
      <link>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248481#M1206039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;1) Date([Begin Date]) as EntryDate and&lt;/P&gt;&lt;P&gt;2) Date(Date#([Begin Date], 'YYYY-MM-DD')) as EntryDate&lt;/P&gt;&lt;P&gt;but keep getting "null" or "-" as the result. Attached is the original excel data.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 20:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248481#M1206039</guid>
      <dc:creator />
      <dc:date>2010-03-23T20:36:53Z</dc:date>
    </item>
    <item>
      <title>Having problem loading data as DATE format</title>
      <link>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248482#M1206040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like your excel data is formatted as a timestamp. If there is a way you can change the formatting, I would recommend that you do that. Otherwise, try using the timestamp# transformation and then use makedate with year(field), month(field), and day(field).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 21:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248482#M1206040</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-03-23T21:36:01Z</dc:date>
    </item>
    <item>
      <title>Having problem loading data as DATE format</title>
      <link>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248483#M1206041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date(daystart(timestamp#("Your Field",'Your Input Timestamp Format')),'Your Desired Date Format') as EntryDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 00:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248483#M1206041</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-24T00:15:06Z</dc:date>
    </item>
    <item>
      <title>Having problem loading data as DATE format</title>
      <link>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248484#M1206042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem here is the "GMT" in the timestamp value. When using Date# to interpret a value you need to capture and parse the entire string like this: date#(DATE, 'YYYY-MM-DD hh:mm GMT'). We can't however write it like this since M in the interpretation represents Month and there is unfortunately no kind of escape character. If the timestamps all look the same and you want to extract just the date you could just strip the first part of the timestamp values out and format this as a date:&lt;/P&gt;&lt;P&gt;date(date#(left([Begin Date],10),'YYYY-MM-DD'),'Your Choice of Format') as EntryDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 03:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248484#M1206042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-24T03:51:22Z</dc:date>
    </item>
    <item>
      <title>Having problem loading data as DATE format</title>
      <link>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248485#M1206043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 16:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Having-problem-loading-data-as-DATE-format/m-p/248485#M1206043</guid>
      <dc:creator />
      <dc:date>2010-03-24T16:41:00Z</dc:date>
    </item>
  </channel>
</rss>

