<?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: Re: Excluding Value from Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540308#M201932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 14:09:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-06T14:09:20Z</dc:date>
    <item>
      <title>Excluding Value from Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540303#M201927</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;I have a chart showing sales cumulative for the year - the line therefore shows Sales YTD...I have the last four years on the chart.&lt;/P&gt;&lt;P&gt;I use the following equation for each line/year:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum((if(FiscalYear='2011',(if(classtype='Actual',(if(linetype&amp;lt;&amp;gt;'HotRunner',(val),0)))),0))),0,NoOfRows()))/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above equation I set the Fiscal Year, the classtype and exclude values where the linetype = Hotrunner. All this works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to upgrade my chart so that the last four years line always showed irrespective of what criteria had been selected elsewhere.&lt;/P&gt;&lt;P&gt;So decided Set Analysis was the way forward...I used the following equation to replace the above:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({&amp;lt;FiscalYear={2011},classtype={Actual},linetype={'&amp;lt;&amp;gt;Hotrunner'}&amp;gt;}val),NoOfRows()))/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this does not work...I cannot understand why - can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540303#M201927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Value from Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540304#M201928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hussain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this hope it will reach your achievement&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;"&gt;RangeSum(Above(Sum({&amp;lt;FiscalYear={2011},classtype={Actual},linetype={"*"}-{'Hotrunner'}&amp;gt;}val),NoOfRows()))/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540304#M201928</guid>
      <dc:creator />
      <dc:date>2013-12-06T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Value from Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540305#M201929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can use this one also&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;"&gt;RangeSum(Above(Sum({&amp;lt;FiscalYear={2011},classtype={Actual},linetype-={'Hotrunner'}&amp;gt;}val),NoOfRows()))/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540305#M201929</guid>
      <dc:creator />
      <dc:date>2013-12-06T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Excluding Value from Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540306#M201930</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;Thanks for your help! I tried both and it makes no difference - I am begining to wonder if it is the set analysis that is causing the issue or the rest of the equation which is causing the issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my file for you to see what I am trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the 2011 line it is flat whilst the other years which are correct go up over time. With the original formula for 2011 in place it to goes up over time yet with the set analysis it is flat....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540306#M201930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Excluding Value from Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540307#M201931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if attached meets your needs. I used Full accumulation on the expression tab instead of what you were doing and converted all the statements to set analysis. I also ignored selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 13:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540307#M201931</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-06T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Excluding Value from Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540308#M201932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 14:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Value-from-Set-Analysis/m-p/540308#M201932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T14:09:20Z</dc:date>
    </item>
  </channel>
</rss>

