<?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: Reading in different date formats in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078763#M934451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post samples of your excel sources to work with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Feb 2016 23:08:50 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-02-21T23:08:50Z</dc:date>
    <item>
      <title>Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078758#M934446</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;I have a script that reads in 3 excel files, all with the same fields but data from 3 different regions. One of the fields is a create_date field which is of timestamp format in the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st excel file: 'DD/MM/YYYY hh/mm/ss TT'&amp;nbsp; -&amp;gt; example: '02/06/2016 11:30:00 AM'&lt;/P&gt;&lt;P&gt;2nd excel file: 'DD/MM/YYYY hh/mm/ss TT'&amp;nbsp; -&amp;gt; example: '02/06/2016 11:30:00 AM'&lt;/P&gt;&lt;P&gt;3rd excel file: '&lt;STRONG&gt;MM/DD/YYYY hh/mm/ss TT&lt;/STRONG&gt;'&amp;nbsp; -&amp;gt; example: '06/02/2016 11:30:00 AM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, the 3rd excel file has a different time format, so when I read it into qlikview, it is giving me 6 Feb 2016 which is wrong (it is supposed to be 2 Jun 2016).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script is just a simple load statement:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Raw_Transformed:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COUNTRY,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;create_date &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Excel1.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, no labels, header is 1 lines, table is [Excel1]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;concatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COUNTRY,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;create_date &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Excel2.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, no labels, header is 1 lines, table is [Excel2]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;concatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COUNTRY,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;create_date &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Excel3.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, no labels, header is 1 lines, table is [Excel3]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;store Raw_Transformed into [Raw_Transformed.qvd];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of this load statement, the create date is returned as the following values for example: &lt;EM&gt;42004.758333333&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I then format this value when I load the data into the dashboard using the following formula: date(floor(&lt;EM&gt;create_date&lt;/EM&gt;),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is because my format in the 3rd excel file is different, I'm getting the wrong date values for it. Please help on how I can resolve this, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 04:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078758#M934446</guid>
      <dc:creator />
      <dc:date>2016-02-21T04:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078759#M934447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your problem is that the dates aren't correctly entered in one or more excel files. If the dates were entered as real dates they would have numeric values and Qlikview would get the correct values no matter what format they had in excel. But if the values in Excel are text values then Qlikview will have to interpret the text values and make dates from them. And in that case Qlikview cannot distinguish between June 2nd and February 6th from 02/06/2016 unless you explicitly specify which date format should be used. So you need to make sure all the excel files contain numeric values (formatted as dates) or use the Date# or TimeStamp# function and explicitly specify the date format for the specific excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 11:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078759#M934447</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-21T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078760#M934448</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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(create_date,'MM/DD/YYYY'), 'DD/MM/YYYY') AS New_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 11:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078760#M934448</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2016-02-21T11:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078761#M934449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115360_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;// if this is your excel data&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;excel:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;excel, dt&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, 02/06/2016 11:30:00 AM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2,&amp;nbsp; 02/06/2016 11:35:00 PM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3,&amp;nbsp; 06/02/2016 11:30:00 AM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;// you can format the excel as date or timestamp&lt;/P&gt;&lt;P&gt;// the format is different for excel 1,2 and excel 3&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;&lt;EM&gt;final:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; excel, dt,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(excel='1' or excel='2', Date(Floor(Date#(dt, 'DD/MM/YYYY hh:mm:ss TT'))),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(excel='3', Date(Floor(Date#(dt, 'MM/DD/YYYY hh:mm:ss TT')))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; )) as &lt;STRONG&gt;date&lt;/STRONG&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;// date only&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(excel='1' or excel='2', Timestamp(Date#(dt, 'DD/MM/YYYY hh:mm:ss TT')),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(excel='3', TimeStamp(Date#(dt, 'MM/DD/YYYY hh:mm:ss TT'))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; )) as &lt;STRONG&gt;datetime&amp;nbsp;&amp;nbsp;&amp;nbsp; // date and time&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident excel;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table excel;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 11:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078761#M934449</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-21T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078762#M934450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For you current script, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="color: #ff0000;"&gt;SET TimestampFormat='DD/MM/YYYY hh/mm/ss TT';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Raw_Transformed:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;COUNTRY,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;create_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[Excel1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;(ooxml, no labels, header is 1 lines, table is [Excel1]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;COUNTRY,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;create_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[Excel2.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;(ooxml, no labels, header is 1 lines, table is [Excel2]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;COUNTRY,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;TimeStamp(TimeStamp#(create_date, 'MM/DD/YYYY hh/mm/ss TT')) as create_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[Excel3.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;(ooxml, no labels, header is 1 lines, table is [Excel3]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Store Raw_Transformed into [Raw_Transformed.qvd];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 14:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078762#M934450</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-21T14:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078763#M934451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post samples of your excel sources to work with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 23:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078763#M934451</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-21T23:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in different date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078764#M934452</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 like this using Alt() to handle multiple date formats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;COUNTRY,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;TimeStamp(Alt(TimeStamp#(create_date, 'DD&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/MM/YYYY hh/mm/ss TT'), &lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;TimeStamp#(create_date, '&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;MM/DD/YYYY hh/mm/ss TT'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;)))AS TimeStamp&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit; line-height: 1.5em; font-weight: inherit;"&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[Excel1.xlsx];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 03:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-in-different-date-formats/m-p/1078764#M934452</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-22T03:56:22Z</dc:date>
    </item>
  </channel>
</rss>

