<?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 with text problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518027#M193414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the data in excel is in format DD/MM/YY.&amp;nbsp; That means you have to read it this way:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; date#(Date, 'DD/MM/YY') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM C:\Users\pgalvez.AGROSYSTEMS\Desktop\Date.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the DateFormat variable, you can keep it as is or change if you prefer.&amp;nbsp; The date#() function tells how to &lt;STRONG&gt;interpret&lt;/STRONG&gt; the data on load in QV.&amp;nbsp; The variable DateFormat says how to &lt;STRONG&gt;present&lt;/STRONG&gt; the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 19:06:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-13T19:06:38Z</dc:date>
    <item>
      <title>Date with text problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518025#M193412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I´ve tried to fix this error but I couldn´t. The original file comes with this problem date. Excel read the field like YY/MM/DD but like final text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 12:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518025#M193412</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2013-11-13T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date with text problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518026#M193413</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 could resolve the problem changing the format in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD-MM-YY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD-MM-YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I left like this:&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YY';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 13:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518026#M193413</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2013-11-13T13:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date with text problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518027#M193414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the data in excel is in format DD/MM/YY.&amp;nbsp; That means you have to read it this way:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; date#(Date, 'DD/MM/YY') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM C:\Users\pgalvez.AGROSYSTEMS\Desktop\Date.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the DateFormat variable, you can keep it as is or change if you prefer.&amp;nbsp; The date#() function tells how to &lt;STRONG&gt;interpret&lt;/STRONG&gt; the data on load in QV.&amp;nbsp; The variable DateFormat says how to &lt;STRONG&gt;present&lt;/STRONG&gt; the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 19:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518027#M193414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-13T19:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date with text problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518028#M193415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: Since there are two types of date formats: DD/MM/YY and MM/DD/YY&lt;/P&gt;&lt;P&gt;LOAD Date,alt(Date#(Date,'MM/DD/YY'),Date#(Date,'DD/MM/YY')) as FormattedDate&lt;/P&gt;&lt;P&gt;FROM C:\Users\pgalvez.AGROSYSTEMS\Desktop\Date.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FormattedDate should be correctly interpreted as date type by Qlikview and should be displayed right-aligned since Qlikview stores dates internally as numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shoubhik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-text-problem/m-p/518028#M193415</guid>
      <dc:creator />
      <dc:date>2014-10-30T08:49:53Z</dc:date>
    </item>
  </channel>
</rss>

