<?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: End of current month calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863590#M302289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look in help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;MonthEnd(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date [, shift = 0]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 15:42:24 GMT</pubDate>
    <dc:creator>jpenuliar</dc:creator>
    <dc:date>2015-05-01T15:42:24Z</dc:date>
    <item>
      <title>End of current month calculation</title>
      <link>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863589#M302288</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;I have a statement in my script which gives me projects within a specific time frame. Each month, we want those projects that start/end year to date. Here is the portion of the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #800000;"&gt;[Project Finish Date]&lt;/SPAN&gt; &amp;gt;= '11/01/2014' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Project Finish Date]&lt;/SPAN&gt; &amp;lt;= '5/31/2015')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;*NOTE: Nov 1 is the start of our fiscal year.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at the beginning of a new month, I have to manually change the Project Finish Date to the last day of the current month. Is there a way to have it calculate this without having to change the date each month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863589#M302288</guid>
      <dc:creator />
      <dc:date>2015-05-01T15:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: End of current month calculation</title>
      <link>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863590#M302289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look in help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;MonthEnd(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date [, shift = 0]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863590#M302289</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-01T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: End of current month calculation</title>
      <link>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863591#M302290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor512"&gt;&lt;/A&gt;&lt;A name="MonthName"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;MonthName(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date [, shift = 0]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a display value showing the month (formatted according to the MonthNames script variable) and year with an underlying numeric value corresponding to a timestamp with the first millisecond of the first date of the month. &lt;SPAN class="Italic"&gt;Shift&lt;/SPAN&gt; is an integer, where the value 0 indicates the month which contains date. Negative values in &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt; indicate preceding months and positive values indicate succeeding months. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;monthname ( '2001-10-19' )&lt;/SPAN&gt; returns 'Oct 2001' with an underlying numeric value corresponding to '2001-10-01 00:00:00.000'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;monthname ( '2001-10-19', -1 )&lt;/SPAN&gt; returns 'Sep 2001' with an underlying numeric value corresponding to '2001-09-01 00:00:00.000'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863591#M302290</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-01T15:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: End of current month calculation</title>
      <link>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863592#M302291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! The MonthEnd worked and this is now my new statement.&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;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Project Finish Date]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;gt;= '11/01/2014' &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Project Finish Date]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;lt;= &lt;STRONG&gt;MonthEnd(today(0),0)&lt;/STRONG&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 17:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/End-of-current-month-calculation/m-p/863592#M302291</guid>
      <dc:creator />
      <dc:date>2015-05-01T17:27:00Z</dc:date>
    </item>
  </channel>
</rss>

