<?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: Convert Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923679#M979156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hie...&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;"&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;"&gt;&lt;STRONG&gt;MonthName(AddYears(Date#('05/22/2002', 'MM/DD/YYYY'),13))&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Hope this will hepls you..!!&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;&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;"&gt;Regards,&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;Mohammad&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 05:24:46 GMT</pubDate>
    <dc:creator>mohammadkhatimi</dc:creator>
    <dc:date>2015-08-14T05:24:46Z</dc:date>
    <item>
      <title>Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923673#M979150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert this date into &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;05/22/2002 to May 2015&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 21:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923673#M979150</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2015-08-13T21:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923674#M979151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Date#('05/22/2002', 'MM/DD/YYYY'), 'MMM YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 22:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923674#M979151</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2015-08-13T22:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923675#M979152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Fixed year offset +13?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 22:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923675#M979152</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-13T22:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923676#M979153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Date(MonthStart(AddYears(Date#('05/22/2002', 'MM/DD/YYYY'),13)), 'MMMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 22:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923676#M979153</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-13T22:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923677#M979154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Or&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;MonthName(AddYears(Date#('05/22/2002', 'MM/DD/YYYY'),13))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 22:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923677#M979154</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-13T22:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923678#M979155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ashish,&lt;/P&gt;&lt;P&gt;The following part written in script allows you to dynamically get month name and year as 2015 in date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthName(AddYears(DATE_FIELD_NAME,Year(Today())- Year(DATE_FIELD_NAME))) as new_date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Partha Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923678#M979155</guid>
      <dc:creator>parthakk</dc:creator>
      <dc:date>2015-08-14T05:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923679#M979156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hie...&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;"&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;"&gt;&lt;STRONG&gt;MonthName(AddYears(Date#('05/22/2002', 'MM/DD/YYYY'),13))&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Hope this will hepls you..!!&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;&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;"&gt;Regards,&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;Mohammad&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923679#M979156</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-14T05:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923680#M979157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;kindly you can use below expression too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=monthname(addyears(date('05/22/2002'),13))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923680#M979157</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2015-08-14T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923681#M979158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you reached your goal ? If no, please upload sample qvw as its a strange conversion as per my perspective.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923681#M979158</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-08-14T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923682#M979159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want the same month in the current year, then one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthName(SetDateYear(Date#('05/22/2002', 'MM/DD/YYYY'),Year(Today())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923682#M979159</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-14T05:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923683#M979160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETThousandSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETDecimalSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETMoneyThousandSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETMoneyDecimalSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETMoneyFormat='$#,##0.00;($#,##0.00)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETTimeFormat='h:mm:ssTT';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETDateFormat='DD/MMM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETTimestampFormat='M/D/YYYYh:mm:ss[.fff]TT';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETMonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SETDayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD * ,Date(Date#(Date, 'MM/DD/YYYY'), 'MMM YYYY') as NewDate;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD * INLINE [Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/16/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;5/16/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;4/16/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;3/16/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;2/16/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;1/16/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923683#M979160</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-14T05:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923684#M979161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(MonthStart(AddYears(Date#('05/22/2002', 'MM/DD/YYYY'),13)), 'MMMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 06:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923684#M979161</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2015-08-14T06:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923685#M979162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish, Did you able to manage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 06:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Date/m-p/923685#M979162</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-14T06:17:25Z</dc:date>
    </item>
  </channel>
</rss>

