<?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: Exclude a member of a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196702#M884428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you require license for that. Anyway, have you solve the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 10:25:08 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-10-03T10:25:08Z</dc:date>
    <item>
      <title>Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196694#M884417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working in Tableau for over three years and am trying to learn QlikView. So far, I'm having a hard time wrapping my head around the differences, particularly as it pertains to expressions, sets, and filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is embarrassingly simple, but I have struggled to answer it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dimension called 'Buyer'. There are 11 types of buyers, e.g. 'CEO', 'CISO', etc. Among the Buyer types is 'Other'. I want to exclude it from my QlikView app completely. How would I do that? My searching hasn't helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196694#M884417</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196695#M884418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;Wherever you load your 'BUYER'&amp;nbsp; dimension write the below where conditions so that others category would not get into your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;Y,&lt;/P&gt;&lt;P&gt;Buyer,&lt;/P&gt;&lt;P&gt;Z....&lt;/P&gt;&lt;P&gt;From &lt;/P&gt;&lt;P&gt;..something....&lt;/P&gt;&lt;P&gt;WHERE Buyer&amp;lt;&amp;gt;'Others';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 18:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196695#M884418</guid>
      <dc:creator>rajpreeths</dc:creator>
      <dc:date>2016-09-30T18:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196696#M884419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Rajpreeth. So the time and place to do this is in the load script and not using some sort of expression in the app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 18:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196696#M884419</guid>
      <dc:creator />
      <dc:date>2016-09-30T18:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196697#M884420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;P&gt;You are right.. Field values can be limitted in the script.Please close this thread if information made you clear so that other users can make use of this marked answer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 18:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196697#M884420</guid>
      <dc:creator>rajpreeths</dc:creator>
      <dc:date>2016-09-30T18:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196698#M884421</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;other front end solutions to exclude this value from e.g. charts would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- calculated dimensions like&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Buyer&amp;lt;&amp;gt;'Other', Buyer)&amp;nbsp;&amp;nbsp;&amp;nbsp; (checking the "Suppress When Value is Null" dimension option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- some set expression in your chart's aggregation functions like&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({$&amp;lt;Buyer-={'Other'}&amp;gt;} somefact)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="139352" alt="QlikCommunity_Thread_234857_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139352_QlikCommunity_Thread_234857_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set expression should be preferred here (only if excluding in the script is no solution for you.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196698#M884421</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-01T01:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196699#M884422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,you can use expressions to avoid,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Dimesion-={'Other'}&amp;gt;]Sakes).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 09:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196699#M884422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-03T09:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196700#M884423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for the help. Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 10:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196700#M884423</guid>
      <dc:creator />
      <dc:date>2016-10-03T10:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196701#M884424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi marco. why your qvw file, not opening in my personal edition qlikview 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any restiction on Personal Edition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 10:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196701#M884424</guid>
      <dc:creator />
      <dc:date>2016-10-03T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196702#M884428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you require license for that. Anyway, have you solve the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 10:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196702#M884428</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-03T10:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a member of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196703#M884431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for learning purpose not for commercial purpose, how much it cost ? any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 10:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-member-of-a-dimension/m-p/1196703#M884431</guid>
      <dc:creator />
      <dc:date>2016-10-03T10:31:25Z</dc:date>
    </item>
  </channel>
</rss>

