<?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 Date Format &amp; Load Solution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-Load-Solution/m-p/263325#M711388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thought I would share the following...I was importing data with field called "Date" with this format "MM/DD/YYYY" but I needed to break out each of those elements (Month, Day, Year) for analysis purposes. And with a very simple addition to my load script it works great:&lt;/P&gt;&lt;P&gt;MyData:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;Year(date#([Date],'MM/DD/YYYY')) as Year,&lt;/P&gt;&lt;P&gt;Month(date#([Date],'MM/DD/YYYY')) as Month,&lt;/P&gt;&lt;P&gt;Day(date#([Date],'MM/DD/YYYY')) as Day,&lt;/P&gt;&lt;P&gt;Description,&lt;/P&gt;&lt;P&gt;Category,&lt;/P&gt;&lt;P&gt;Labels,&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\somefile.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 12:11:08 GMT</pubDate>
    <dc:creator>jcampbell</dc:creator>
    <dc:date>2011-06-03T12:11:08Z</dc:date>
    <item>
      <title>Date Format &amp; Load Solution</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-Load-Solution/m-p/263325#M711388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thought I would share the following...I was importing data with field called "Date" with this format "MM/DD/YYYY" but I needed to break out each of those elements (Month, Day, Year) for analysis purposes. And with a very simple addition to my load script it works great:&lt;/P&gt;&lt;P&gt;MyData:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;Year(date#([Date],'MM/DD/YYYY')) as Year,&lt;/P&gt;&lt;P&gt;Month(date#([Date],'MM/DD/YYYY')) as Month,&lt;/P&gt;&lt;P&gt;Day(date#([Date],'MM/DD/YYYY')) as Day,&lt;/P&gt;&lt;P&gt;Description,&lt;/P&gt;&lt;P&gt;Category,&lt;/P&gt;&lt;P&gt;Labels,&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\somefile.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 12:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-Load-Solution/m-p/263325#M711388</guid>
      <dc:creator>jcampbell</dc:creator>
      <dc:date>2011-06-03T12:11:08Z</dc:date>
    </item>
  </channel>
</rss>

