<?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 Conversion Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768325#M1026880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can't change date in excel by using any format.&lt;/P&gt;&lt;P&gt;If you want to change the date then you should add .&lt;/P&gt;&lt;P&gt;Use this expression in script&lt;/P&gt;&lt;P&gt;makedate(year(date),day(date),month(date) ) as DATE111,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 06:22:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-23T06:22:20Z</dc:date>
    <item>
      <title>Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768307#M1026853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp; I am facing a problem with the date conversion.&lt;/P&gt;&lt;P&gt;I have this excel file in which i have a date column in which i intend to have dates in &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;'DD/MM/YYYY'&lt;/STRONG&gt;&lt;/SPAN&gt; format. &lt;/P&gt;&lt;P&gt;But when i import this file into qlikview it appears in &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;'MM/DD/YYYY'.&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Converting these dates using the : &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date(date#(date,'DD/MM/YYYY'),'DD/MM/YYYY')&lt;/STRONG&gt; as date lends me null values in the frontend.&lt;/P&gt;&lt;P&gt;I also tried using &lt;STRONG&gt;date(makedate(subfield(date,'/',3),subfield(date,'/',2),subfield(date,'/',1)),'DD/MM/YYYY')&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;but still i am getting null values.&amp;nbsp; I am not able to fetch dates correctly to the application. I think its a problem of excel file, but i am not able to identify it correctly and solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. : Attaching the excel file which contains date column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 14:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768307#M1026853</guid>
      <dc:creator />
      <dc:date>2015-02-22T14:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768308#M1026856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just this should suffice :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date, 'DD/MM/YYYY' )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 14:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768308#M1026856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-22T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768309#M1026858</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;its format issue,not interpretation issue&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 14:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768309#M1026858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-22T14:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768310#M1026860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...But this isn't working as well.&lt;/P&gt;&lt;P&gt;I am still getting dates in 'MM/DD/YYYY' format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768310#M1026860</guid>
      <dc:creator />
      <dc:date>2015-02-22T15:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768311#M1026862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi...But this isn't working as well.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I am still getting dates in 'MM/DD/YYYY' format.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I need the dates in 'DD/MM/YYYY' format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768311#M1026862</guid>
      <dc:creator />
      <dc:date>2015-02-22T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768312#M1026864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what i get loading your excel file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;LOAD date FROM doubt.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78794_1.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD date FROM doubt.xlsx&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/78795_2.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768312#M1026864</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-22T15:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768313#M1026866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly....&lt;/P&gt;&lt;P&gt;My date is 1st May 2015(01/05/2015),1st june 2015(01/06/2015) and so on....&lt;/P&gt;&lt;P&gt;The '1' is the date part..not the month....&lt;/P&gt;&lt;P&gt;But its showing otherwise and thats the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 17:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768313#M1026866</guid>
      <dc:creator />
      <dc:date>2015-02-22T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768314#M1026867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashi,&lt;/P&gt;&lt;P&gt;I used your excel spreadsheet:&lt;/P&gt;&lt;P&gt;script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet3);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in UI Date:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="form.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78806_form.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;for me its working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 19:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768314#M1026867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-22T19:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768315#M1026869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output u showed is coming for me too...Th issue i am facing is when i want to display in 'DD/MM/YYYY' format.&lt;/P&gt;&lt;P&gt;The 01 is the date.&amp;nbsp; 05,06,07 etc.. are the months..&lt;/P&gt;&lt;P&gt;When i apply date(date,'DD/MM/YYYY') to it i still get in 'MM/DD/YYYY' format. &lt;/P&gt;&lt;P&gt;Its treating the 01 as month instead of date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 04:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768315#M1026869</guid>
      <dc:creator />
      <dc:date>2015-02-23T04:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768316#M1026870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Shashi Nadiger wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The 01 is the date.&amp;nbsp; 05,06,07 etc.. are the months..&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not true. In the Excel file you attached, 01 is the month and 05, 06, 07 are the days, so you are getting exactly what is in your source file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 05:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768316#M1026870</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-23T05:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768317#M1026872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can convert date into number format.&lt;/P&gt;&lt;P&gt;when you show in chart date(date,'DD/MM/YYYY') use like this or&lt;/P&gt;&lt;P&gt;go chart properties-&amp;gt;number-&amp;gt;date&amp;nbsp; and change format.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 05:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768317#M1026872</guid>
      <dc:creator />
      <dc:date>2015-02-23T05:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768318#M1026873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post some small application for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 05:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768318#M1026873</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-23T05:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768319#M1026874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your Excel Date formate&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78787_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that 01 is Month and 05,06,07 are days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 05:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768319#M1026874</guid>
      <dc:creator />
      <dc:date>2015-02-23T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768320#M1026875</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;Jonathan is wright about date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your date in xls is in DD/MM/YYYY format.&lt;/P&gt;&lt;P&gt;Therefore you are getting this output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 05:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768320#M1026875</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-23T05:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768321#M1026876</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;BUT CANT WE CHANGE THE DATE FORMAT USING THE DATE# FUNCTION IN QLIKVIEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;NADEEM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 05:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768321#M1026876</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2015-02-23T05:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768322#M1026877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See i need the 01 to be interpreted as date. In excel file i had intended the date to be in DD/MM/YYYY format but instead , the excel file is reading it as MM/DD/YYYY format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in the excel and i found that 01 is being interpreted as month. What should i do or make changes in the excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 06:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768322#M1026877</guid>
      <dc:creator />
      <dc:date>2015-02-23T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768323#M1026878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya i saw that thank you. But i need the 01 to be interpreted as date. What should i do for that?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 06:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768323#M1026878</guid>
      <dc:creator />
      <dc:date>2015-02-23T06:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768324#M1026879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, Really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to get things done by making use of makedate().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached what i needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 06:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768324#M1026879</guid>
      <dc:creator />
      <dc:date>2015-02-23T06:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768325#M1026880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can't change date in excel by using any format.&lt;/P&gt;&lt;P&gt;If you want to change the date then you should add .&lt;/P&gt;&lt;P&gt;Use this expression in script&lt;/P&gt;&lt;P&gt;makedate(year(date),day(date),month(date) ) as DATE111,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 06:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768325#M1026880</guid>
      <dc:creator />
      <dc:date>2015-02-23T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768326#M1026881</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;&lt;/P&gt;&lt;P&gt;Could you please attach the formula or the script that you used&lt;/P&gt;&lt;P&gt;would be helpful for learners like me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 06:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Problem/m-p/768326#M1026881</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2015-02-23T06:24:09Z</dc:date>
    </item>
  </channel>
</rss>

