<?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: How to sum the last value for all the members - before the selected year WITH Filter? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095540#M363966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean STATUS_1?&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;"&gt;=sum({&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;P_NO_1=P({&amp;lt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;STATUS_1&lt;/SPAN&gt;={90}&amp;gt;}P_NO_1)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;} aggr(FirstSortedValue({&amp;lt;YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;}UnitsForMetsai, -YEAR_STATUS_DATE_1),P_NO_1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 09:02:03 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-30T09:02:03Z</dc:date>
    <item>
      <title>How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095537#M363963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody ,&lt;/P&gt;&lt;P&gt;i had a previos question - see &lt;A _jive_internal="true" href="https://community.qlik.com/thread/207054?sr=inbox"&gt;https://community.qlik.com/thread/207054?sr=inbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;responded beautifully by Gysbert Wassenaar ,&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;The thing is that there is a need to do further screening of the formula that produces the desired result: - &lt;STRONG style=": ; color: #99cc00; font-size: 12pt;"&gt;after&lt;/STRONG&gt; the calculation exists - we have to find occurrences of a particular status (say 90) only summarize them. You can see highlighted in yellow which from them - to summarize only those with a red X, Many thanks.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="max prev year 2015 _ 90.PNG" class="jive-image image-1" src="/legacyfs/online/119800_max prev year 2015 _ 90.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095537#M363963</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-03-30T08:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095538#M363964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to do this in a text box object or the table you need another column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095538#M363964</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T08:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095539#M363965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this give you the result you want?&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&lt;STRONG&gt;P_NO_1=P({&amp;lt;STATUS_1={90}, YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;}P_NO_1),&lt;/STRONG&gt; YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;} aggr(FirstSortedValue({&amp;lt;YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;}UnitsForMetsai, -YEAR_STATUS_DATE_1),P_NO_1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095539#M363965</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-30T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095540#M363966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean STATUS_1?&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;"&gt;=sum({&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;P_NO_1=P({&amp;lt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;STATUS_1&lt;/SPAN&gt;={90}&amp;gt;}P_NO_1)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;} aggr(FirstSortedValue({&amp;lt;YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;}UnitsForMetsai, -YEAR_STATUS_DATE_1),P_NO_1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095540#M363966</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T09:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095541#M363967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that one &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095541#M363967</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-30T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095542#M363968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunny - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; text box pls.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095542#M363968</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-03-30T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095543#M363969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are correct .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095543#M363969</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-03-30T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095544#M363970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So is Gysbert's solution working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095544#M363970</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095545#M363971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking for STATUS_1 = 90 and not P_NO_1 where STATUS_1 = 90, then may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;STATUS_1 &lt;/SPAN&gt;= {90}&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;, YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;} aggr(FirstSortedValue({&amp;lt;YEAR_STATUS_DATE_1={'&amp;lt;$(=Max(YEAR_STATUS_DATE_1))'}&amp;gt;}UnitsForMetsai, -YEAR_STATUS_DATE_1),P_NO_1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095545#M363971</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095546#M363972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gysbert , something is wrong ,&lt;/P&gt;&lt;P&gt;i attach the qvw document with a selection that i made , the result supose to be 1021 as you see in the image but we get 1447 :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="max prev year 2015 _ 90 v2.PNG" class="jive-image image-1" src="/legacyfs/online/119830_max prev year 2015 _ 90 v2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095546#M363972</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-03-30T10:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095547#M363973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why should the fifth row with P_NO_1 10253 be excluded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095547#M363973</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-30T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095548#M363974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks again Gysbert , i didnwt see it ...&amp;nbsp;&amp;nbsp;&amp;nbsp; MUCH HELP 4 US !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095548#M363974</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-03-30T11:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the last value for all the members - before the selected year WITH Filter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095549#M363975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yess Sunny - it is . thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-the-last-value-for-all-the-members-before-the/m-p/1095549#M363975</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2016-03-30T11:03:25Z</dc:date>
    </item>
  </channel>
</rss>

