<?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 format issues in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819676#M1018775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the script:&lt;/P&gt;&lt;P&gt;Date( YourTimeDimension,&amp;nbsp; 'DD/MM/YYYY') as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;YourTimeDimension&lt;/SPAN&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 11:48:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-30T11:48:44Z</dc:date>
    <item>
      <title>Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819675#M1018774</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 spreadsheet with the date data as 3/16/2015 (to be read M/DD/YYYY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I format this in the load script to load in as DD/MM/YYYY so each month will be a double digit number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819675#M1018774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819676#M1018775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the script:&lt;/P&gt;&lt;P&gt;Date( YourTimeDimension,&amp;nbsp; 'DD/MM/YYYY') as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;YourTimeDimension&lt;/SPAN&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819676#M1018775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T11:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819677#M1018776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel dates are often already numeric values with date formatting. In that case you only need the date() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(MyExcelDate, 'DD/MM/YYYY') as MyNewDate&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the excel values are string values then you also need the date#() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(MyExcelDate, 'M/DD/YYYY'),'DD/MM/YYYY') as MyNewDate&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819677#M1018776</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-30T11:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819678#M1018777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Date#(DateField&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'M/DD/YYYY'),'DD/MM/YYYY')&amp;nbsp; as DateField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819678#M1018777</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-30T11:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819679#M1018778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to this document for the date formatting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819679#M1018778</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-30T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819680#M1018779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;&lt;/STRONG&gt; does the order of Date#(Date(...)) matter? I feel that shouldn't the second &lt;STRONG&gt;MyNewDate&lt;/STRONG&gt; be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; Date(Date#(MyExcelDate, 'M/DD/YYYY'),'DD/MM/YYYY') as MyNewDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ....&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let me know if it doesn't matter.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819680#M1018779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-30T11:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819681#M1018780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!! Date(Date#.......worked like a charm!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819681#M1018780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819682#M1018781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're totally right. Thanks for pointing out my error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819682#M1018781</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-30T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issues in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819683#M1018782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was more sort of a question than to point out your error. But I am glad it served both the purposes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-issues-in-load-script/m-p/819683#M1018782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-30T17:09:55Z</dc:date>
    </item>
  </channel>
</rss>

