<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621860#M228930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use following Code to achieve the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;(&lt;/SPAN&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;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MMM'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp;'YY'),'MMM 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;YearMonth &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 06:50:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-24T06:50:59Z</dc:date>
    <item>
      <title>Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621855#M228925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the file in that I have Month field like April'13 but i want that in Date format like Apr 2013.&lt;/P&gt;&lt;P&gt;How can I convert that in date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621855#M228925</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2014-02-24T06:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621856#M228926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left(Month,len(Month)-3)&amp;amp;' '&amp;amp; Right(Month 2) as Month in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use in dimension with "as Month"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621856#M228926</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-02-24T06:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621857#M228927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script, let add new field with below code&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date(Date#(Replace(YourDateField,Chr(39),'-'),'MMMM-yy'),'MMM yyyy')&lt;/TD&gt;&lt;TD&gt;AS NewDateField&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621857#M228927</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-24T06:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621858#M228928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, you need to define the long Month name in the environment:&lt;/P&gt;&lt;P&gt;SET LongMonthNames = 'January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use this in your format code as MMMM. So, in the script you should have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(Month,'MMMM''YY') as Month2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621858#M228928</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-24T06:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621859#M228929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Date(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDateField&lt;/SPAN&gt;,'MMM'&amp;amp;chr(39)&amp;amp;'YY'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MMM yyyy') as newDate&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621859#M228929</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2014-02-24T06:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621860#M228930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use following Code to achieve the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;(&lt;/SPAN&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;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MMM'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp;'YY'),'MMM 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;YearMonth &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621860#M228930</guid>
      <dc:creator />
      <dc:date>2014-02-24T06:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621861#M228931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have did this. but its not useful in my application as i need it in date format and here it will give in string format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 07:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issue/m-p/621861#M228931</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2014-02-24T07:00:00Z</dc:date>
    </item>
  </channel>
</rss>

