<?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: Month end function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885438#M1005437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you wrote above is incorrect , ignore &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthend('the_date',0) which will give u the last date of this month &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Monthend('the_date',1) which will give u the last date of the following month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Monthend('the_date',-1) which will give u the last date of the previous month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Some examples&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;monthend ( '2001-02-19' ) returns '2001-02-28' with an underlying&lt;/P&gt;&lt;P&gt;numeric value corresponding to '2001-02-28 23:59:59.999'&lt;/P&gt;&lt;P&gt;monthend ( '2001-02-19', -1 ) returns '2001-01-31' with an underlying&lt;/P&gt;&lt;P&gt;numeric value corresponding to '2001-01-31 23:59:59.999'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 09:12:58 GMT</pubDate>
    <dc:creator>vvvvvvizard</dc:creator>
    <dc:date>2015-05-19T09:12:58Z</dc:date>
    <item>
      <title>Month end function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885435#M1005434</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;can anyone please make me understand how month end function works??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was checking in help and example was mention like&lt;/P&gt;&lt;P&gt;monthend(4,'2001-07-19')&lt;/P&gt;&lt;P&gt;and output is '2001-08-31' how???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain..not able to understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885435#M1005434</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-05-19T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Month end function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885436#M1005435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;monthend()&amp;nbsp; returns the last date(of the month) of the target date.&lt;/P&gt;&lt;P&gt;if you do monthend() on today which is 19 May, it will return the last day of May.&lt;/P&gt;&lt;P&gt;The best way to understand functions is to actually use them.&lt;/P&gt;&lt;P&gt;try in a text box:&lt;/P&gt;&lt;P&gt;=monthend(today())&amp;nbsp; result is 31/05/2015&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885436#M1005435</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-19T09:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Month end function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885437#M1005436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;In help explains: Returns a value corresponding to a timestamp with the last millisecond of the last date of the month containing &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Monthend( '2001-02-19' )&lt;/SPAN&gt; returns '2001-02-28'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'2001-02-19'&amp;nbsp; you can use your Date field.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885437#M1005436</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-05-19T09:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month end function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885438#M1005437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you wrote above is incorrect , ignore &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthend('the_date',0) which will give u the last date of this month &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Monthend('the_date',1) which will give u the last date of the following month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Monthend('the_date',-1) which will give u the last date of the previous month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Some examples&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;monthend ( '2001-02-19' ) returns '2001-02-28' with an underlying&lt;/P&gt;&lt;P&gt;numeric value corresponding to '2001-02-28 23:59:59.999'&lt;/P&gt;&lt;P&gt;monthend ( '2001-02-19', -1 ) returns '2001-01-31' with an underlying&lt;/P&gt;&lt;P&gt;numeric value corresponding to '2001-01-31 23:59:59.999'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885438#M1005437</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2015-05-19T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month end function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885439#M1005438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the same way could you pls help to understand following functions-&lt;/P&gt;&lt;P&gt;MonthsName,&lt;/P&gt;&lt;P&gt;Monthsstart,&lt;/P&gt;&lt;P&gt;e.g. &lt;SPAN class="Code"&gt;monthsstart ( 4, '2001-10-19', 0, 2 )&lt;/SPAN&gt; returns '2001-10-01' with an underlying numeric value corresponding to '2001-10-01 00:00:00.000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not able to understand this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly revert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885439#M1005438</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-05-19T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Month end function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885440#M1005439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthstart is same as month end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;monthstart(&lt;SPAN class="Code"&gt;2001-10-19) returns first day of month 2001-10-01.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-end-function/m-p/885440#M1005439</guid>
      <dc:creator />
      <dc:date>2015-05-19T09:36:07Z</dc:date>
    </item>
  </channel>
</rss>

