<?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: Latest Month EndDate Sales only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023467#M346052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes this is correct to get last month last date. in future i get march 31st also at that also it will give only last month last date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need a condition if last date is not there in current month than take last month last date....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 09:37:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-08T09:37:46Z</dc:date>
    <item>
      <title>Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023459#M346044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys i want to get the latest month end date sales only that means, if present month is march 8 in that case i need to get feb 29 sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help how to achieve that in expression sum(Sales)&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023459#M346044</guid>
      <dc:creator />
      <dc:date>2016-03-08T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023460#M346045</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;Use this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date = {"$(=monthend(addmonths(Max(Date),-1)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023460#M346045</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-08T08:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023461#M346046</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;please try this exp..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date = {"$(=addmonths(monthend(Max(Date))))"}&amp;gt;}LineSalesAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023461#M346046</guid>
      <dc:creator>nagireddy_qv</dc:creator>
      <dc:date>2016-03-08T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023462#M346047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kaushik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your expression will give march 31, In my case , if march 31 still not there then it should take feb 29 date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023462#M346047</guid>
      <dc:creator />
      <dc:date>2016-03-08T08:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023463#M346048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for the last months complete sale on last date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Monthend( AddMonths( Max(Today() ), -1) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023463#M346048</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-08T08:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023464#M346049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nagi reddy the Addmonths(,) should be like this wrong syntax for add months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023464#M346049</guid>
      <dc:creator />
      <dc:date>2016-03-08T08:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023465#M346050</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;My expression will give Feb 29 when your max(date) is 8th March. This is what you have asked in question, correct me If I am Wrong.&lt;/P&gt;&lt;P&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; line-height: 1.5em;"&gt;Sum({&amp;lt;Date = {"$(=monthend(addmonths(Max(Date),-1)))"}&amp;gt;}Sales)&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; line-height: 1.5em;"&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023465#M346050</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-08T09:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023466#M346051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define a variable like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vRecentMostMonthEnd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="font-family: 'courier new', courier;"&gt;If(Today()=Floor(Monthend(Today())), Today(), MonthEnd(Today(),-1)&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then expression like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Date={'$(&lt;EM&gt;vRecentMostMonthEnd&lt;/EM&gt;)'}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Edit: corrected a brace&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023466#M346051</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T09:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023467#M346052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes this is correct to get last month last date. in future i get march 31st also at that also it will give only last month last date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need a condition if last date is not there in current month than take last month last date....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023467#M346052</guid>
      <dc:creator />
      <dc:date>2016-03-08T09:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023468#M346053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya that only i needed buy ur set condition is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023468#M346053</guid>
      <dc:creator />
      <dc:date>2016-03-08T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023469#M346054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot i will try and tell i hope it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023469#M346054</guid>
      <dc:creator />
      <dc:date>2016-03-08T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023470#M346055</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;Hi&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;A _jive_internal="true" href="https://community.qlik.com/people/vjkrishna8"&gt;vijay krishna&lt;/A&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;if you have Month field please try this expression &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;Sum({&amp;lt;Month= {"$(=Month(Max(Date))-1 )"}&amp;gt;}Sales)&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;hope this help 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;Thanks &amp;amp; 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;Ahmar Ansari &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023470#M346055</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2016-03-08T09:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023471#M346056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is one is fine but instead of today i want last date in my records. for that max (Date) we can use ....but here in this variable how can use max (Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 10:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023471#M346056</guid>
      <dc:creator />
      <dc:date>2016-03-08T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023472#M346057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;Try this expression for last date if your Filter is Order Date &lt;/P&gt;&lt;P&gt;=sum({&amp;lt;OrderDate={'$(=monthend(Addmonths(OrderDate,-1)))'}&amp;gt;}TotalDue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 10:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023472#M346057</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-08T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023473#M346058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;vRecentMostMonthEnd&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt; &lt;/EM&gt;&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: 'courier new', courier; color: #3d3d3d;"&gt;If(&lt;SPAN style="color: #0000ff;"&gt;max(Floor(Date))&lt;/SPAN&gt;=Floor(Monthend(Today())), &lt;SPAN style="color: #0000ff;"&gt;Date(Max(Date))&lt;/SPAN&gt;, MonthEnd(Today(),-1)&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 10:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023473#M346058</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T10:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023474#M346059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya but can we write the condition without today() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023474#M346059</guid>
      <dc:creator />
      <dc:date>2016-03-08T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023475#M346060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Certainly, I just missed that. May be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;vRecentMostMonthEnd&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;max(Floor(Date))&lt;/SPAN&gt;=Floor(Monthend(Today())),&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Date(Max(Date))&lt;/SPAN&gt;, MonthEnd(&lt;SPAN style="color: #0000ff;"&gt;Max(Date)&lt;/SPAN&gt;,-1)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023475#M346060</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T11:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023476#M346061</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: 12px; background-color: #f2f2f2;"&gt;=sum({&amp;lt;OrderDate={'$(=monthend(Addmonths(OrderDate,-1)))'}&amp;gt;}TotalDue)&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: 12px; background-color: #f2f2f2;"&gt;This works for you using Order Date List box&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023476#M346061</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-08T11:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023477#M346062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya correct one when i take that if expression in text area it's working fine giving correct date...but when i use in set expression showing 0.000 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; vRecentMonth=date(If(max(Floor(StockClosing_DateNum))=Floor(Monthend(num(Today()))),num(Max(StockClosing_DateNum)), MonthEnd(Max(StockClosing_DateNum),-1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression =sum({&amp;lt;BILLDATE={'$(vRecentMostMonth)'}&amp;gt;}StockClosing_GROSSWEIGHT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stockclosing_date is floor(BILLDATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BILLDATE is normal date field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023477#M346062</guid>
      <dc:creator />
      <dc:date>2016-03-08T12:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Month EndDate Sales only</title>
      <link>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023478#M346063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mayuresh the condition is correct but for my expression it's giving zero value....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am taken your condition in text area it's working fine with small change&amp;nbsp;&amp;nbsp; '=max(MonthEnd(Addmonths(Date,-1)))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use for my measure it's giving zero value...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Latest-Month-EndDate-Sales-only/m-p/1023478#M346063</guid>
      <dc:creator />
      <dc:date>2016-03-08T12:45:51Z</dc:date>
    </item>
  </channel>
</rss>

