<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-format/m-p/1000835#M647368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this in load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(DateField, 'DD-MMM-YY')) as DateField,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 15:52:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-30T15:52:44Z</dc:date>
    <item>
      <title>date format</title>
      <link>https://community.qlik.com/t5/QlikView/date-format/m-p/1000834#M647367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My database generating dates in this format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03-Aug-15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how to turn this into standard sortable date format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format/m-p/1000834#M647367</guid>
      <dc:creator>london1980</dc:creator>
      <dc:date>2015-10-30T14:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: date format</title>
      <link>https://community.qlik.com/t5/QlikView/date-format/m-p/1000835#M647368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this in load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(DateField, 'DD-MMM-YY')) as DateField,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 15:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format/m-p/1000835#M647368</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-30T15:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: date format</title>
      <link>https://community.qlik.com/t5/QlikView/date-format/m-p/1000836#M647369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from database:&lt;/P&gt;&lt;P&gt;Select Cast(Field1 AS Date) as Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView:&lt;/P&gt;&lt;P&gt;Date(Field1,'DD/MM/YYYY') AS Field1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 15:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format/m-p/1000836#M647369</guid>
      <dc:creator>handry_orozco</dc:creator>
      <dc:date>2015-10-30T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: date format</title>
      <link>https://community.qlik.com/t5/QlikView/date-format/m-p/1000837#M647370</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;At the begining of the script you have this senteces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&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;Use them combined with functions Date() and Date#() to get your desired date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 15:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format/m-p/1000837#M647370</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-10-30T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: date format</title>
      <link>https://community.qlik.com/t5/QlikView/date-format/m-p/1000838#M647371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use below while loading, you can sort according to numer&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(YourDateField,'DD-MMM-YY') as YourDateField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;From Table...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 16:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format/m-p/1000838#M647371</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-30T16:13:26Z</dc:date>
    </item>
  </channel>
</rss>

