<?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 Excluding data using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502730#M187866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I'm trying to do a graph of Budget vs Actual but don't want 'Contract Sales' included in my Budget figures.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I know the below formula gives me just Contract Sales but how do I exclude them:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="color: #0000ff;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; = {'Contract Sales'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Tried various attempts of 1 - contract sales but can't seem to get it to work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 17:07:22 GMT</pubDate>
    <dc:creator>anthony_kinsell</dc:creator>
    <dc:date>2014-01-13T17:07:22Z</dc:date>
    <item>
      <title>Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502730#M187866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I'm trying to do a graph of Budget vs Actual but don't want 'Contract Sales' included in my Budget figures.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I know the below formula gives me just Contract Sales but how do I exclude them:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="color: #0000ff;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; = {'Contract Sales'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Tried various attempts of 1 - contract sales but can't seem to get it to work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 17:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502730#M187866</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-01-13T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502731#M187867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try Sum &lt;SPAN style="color: #0000ff;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; -= {'Contract Sales'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Or Sum &lt;SPAN style="color: #0000ff;"&gt;({$-&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; -= {'Contract Sales'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 17:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502731#M187867</guid>
      <dc:creator />
      <dc:date>2014-01-13T17:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502732#M187868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use E() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Sum({$&amp;lt;FundHeading = (E({1&amp;lt;FundHeading=&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'Contract Sales'}&lt;/SPAN&gt;&amp;gt;}))&amp;gt;} &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DevBudgetAmount&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MultiView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 17:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502732#M187868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T17:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502733#M187869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I wanted to exclude 2 headings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried something like this but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="color: #0000ff;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; -= {'Rent Receivable Residential' , 'Rent Receivable'}&amp;gt;} ExpActualNett) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502733#M187869</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-01-14T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502734#M187870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work right like you have it.&amp;nbsp; What is it doing that you say it isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you also tried:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum &lt;SPAN style="color: #0000ff;"&gt;({$-&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; = {&lt;SPAN style="color: #0000ff;"&gt;'Rent Receivable Residential' , 'Rent Receivable'&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502734#M187870</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-14T17:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502735#M187871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It’s still showing items that have a fund heading of Rent Receivable &amp;amp; Rent Receivable Residential.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502735#M187871</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-01-14T17:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502736#M187872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Do the values in your data have leading or trailing spaces?&amp;nbsp; If the following works, you know this is true:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum &lt;SPAN style="color: #0000ff;"&gt;({$-&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; = {&lt;SPAN style="color: #0000ff;"&gt;'*Rent Receivable Residential*' , '*Rent Receivable*'&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum &lt;SPAN style="color: #0000ff;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;FundHeading&lt;/SPAN&gt; -= {&lt;SPAN style="color: #0000ff;"&gt;'*Rent Receivable Residential*' , '*Rent Receivable*'&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;DevBudgetAmount&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502736#M187872</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-14T17:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502737#M187873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No they don’t seem to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a screen shot of my table – as you can see I’m still getting headings with Rent Receivable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also ticked the box for ‘suppress when value is null’ but this isn’t working either!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502737#M187873</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-01-15T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502738#M187874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's still showing 'Rent Receivable' in your pivot chart, but results are 0 as they should be. To avoid showing 'Rent Receivable' in the chart, a possibility is to replace FundHeading dimension by if(index(FundHeading,'Rent Receivable')=0,FundHeading), select to not show nulls on this dimension, and name it FundHeading or another way...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502738#M187874</guid>
      <dc:creator />
      <dc:date>2014-01-15T10:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502739#M187875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({$-&amp;lt;Title={"AA","AA2"}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Title-={"AA","AA2"}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Title={"*"},Title-={"AA","AA2"}&amp;gt;}value)&lt;/P&gt;&lt;P&gt;All the 3 Sets will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502739#M187875</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-15T11:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502740#M187876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to either do what &lt;A href="https://community.qlik.com/qlik-users/105684"&gt;Pierre de Calan&lt;/A&gt; mentioned or check "Suppress Zero Values" on the Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502740#M187876</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-15T15:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502741#M187877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked ‘Suppress Zero Values’ already – it doesn’t work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-using-Set-Analysis/m-p/502741#M187877</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-01-15T15:22:40Z</dc:date>
    </item>
  </channel>
</rss>

