<?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 function, need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451173#M489630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ha, i think, i got to work on year as i am getting only last 2 digits!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 06:49:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-25T06:49:54Z</dc:date>
    <item>
      <title>DATE function, need help</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451171#M489628</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;i am trying to convert date format from DD-MMM-YY(15-Oct-12) into DD/MM/YYYY(15/10/2012)&lt;/P&gt;&lt;P&gt;i tried no. of ways as below:&lt;/P&gt;&lt;P&gt;DATE&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DATE&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD MMM YYYY'),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;But, i am getting empty fields only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;any help much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451171#M489628</guid>
      <dc:creator />
      <dc:date>2012-10-25T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: DATE function, need help</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451172#M489629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD-MMM-YYYY'),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(left(FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,11),'DD-MMM-YYYY'),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451172#M489629</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-25T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: DATE function, need help</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451173#M489630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ha, i think, i got to work on year as i am getting only last 2 digits!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451173#M489630</guid>
      <dc:creator />
      <dc:date>2012-10-25T06:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: DATE function, need help</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451174#M489631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;yes, your first suggestion did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for ur quick reply &amp;amp; help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451174#M489631</guid>
      <dc:creator />
      <dc:date>2012-10-25T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: DATE function, need help</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451175#M489632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, sorry, your input format is DD-MMM-YY only two YY digits, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD-MMM-YY'),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(left(FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,11),'DD-MMM-YY'),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your format code in the date#() function should exactely match your format of your strings.&lt;/P&gt;&lt;P&gt;Check your input values in table view or a list box. Check also, that they are not already interpreted as dates (maybe your standard date format is 'DD-MMM-YY'?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-function-need-help/m-p/451175#M489632</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-25T06:53:52Z</dc:date>
    </item>
  </channel>
</rss>

