<?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: Excluding Dimensions that meet criteria in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670556#M1052408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 13:13:30 GMT</pubDate>
    <dc:creator>Karl_Hart</dc:creator>
    <dc:date>2014-10-21T13:13:30Z</dc:date>
    <item>
      <title>Excluding Dimensions that meet criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670554#M1052406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling to find out how to achieve the following:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of properties that have had some work done on them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Property&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Property 1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Roof&lt;/P&gt;&lt;P&gt;Property 1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Kitchen&lt;/P&gt;&lt;P&gt;Property 1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Bathroom&lt;/P&gt;&lt;P&gt;Property 2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Roof&lt;/P&gt;&lt;P&gt;Property 3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Kitchen&lt;/P&gt;&lt;P&gt;Property 3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Bathroom &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a report that excludes any property that has had a New Roof.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this example, I would only want to see Property 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do set analysis, I can only get it to exclude the &lt;STRONG&gt;Project&lt;/STRONG&gt; of "New Roof", i.e. I get the following table:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Property&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Property 1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Kitchen&lt;/P&gt;&lt;P&gt;Property 1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Bathroom&lt;/P&gt;&lt;P&gt;Property 3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Kitchen&lt;/P&gt;&lt;P&gt;Property 3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Bathroom &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get it to exclude it if it has that Project code attached to it? i.e. I want to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Property&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Property 3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Kitchen&lt;/P&gt;&lt;P&gt;Property 3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New Bathroom &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 12:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670554#M1052406</guid>
      <dc:creator>Karl_Hart</dc:creator>
      <dc:date>2014-10-21T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Dimensions that meet criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670555#M1052407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;E(),&lt;/STRONG&gt; something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( {$&amp;lt;Property= E({1&amp;lt;Project={‘New Roof’}&amp;gt;})&amp;gt;} Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 12:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670555#M1052407</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-21T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Dimensions that meet criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670556#M1052408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 13:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Dimensions-that-meet-criteria/m-p/670556#M1052408</guid>
      <dc:creator>Karl_Hart</dc:creator>
      <dc:date>2014-10-21T13:13:30Z</dc:date>
    </item>
  </channel>
</rss>

