<?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 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945290#M325607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create sample document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 14:14:34 GMT</pubDate>
    <dc:creator>pokassov</dc:creator>
    <dc:date>2015-10-15T14:14:34Z</dc:date>
    <item>
      <title>exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945282#M325599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I can't get the excluded values from a table that contains user details!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table named &lt;STRONG&gt;users&lt;/STRONG&gt; with ID, Name etc,&lt;/P&gt;&lt;P&gt;I have a &lt;STRONG&gt;reluserdata&lt;/STRONG&gt; with relid, Id_user this is 1:1 with &lt;STRONG&gt;users&lt;/STRONG&gt; table&lt;/P&gt;&lt;P&gt;and another table &lt;STRONG&gt;data&lt;/STRONG&gt; that contains relid, id_value_data, description, etc. This is 1:N with&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;reluserdata&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have users that have the id_value data 10 that stand for Proffession and&amp;nbsp; other that don't have yet a proffession so don't have the field 10! Almost all users have some data fileld!&lt;/P&gt;&lt;P&gt;When i select the id value 10 it return me 250 users from a total of 500 and it's correct but if i exclude the id_value 10 it returns me all 500 and not the remaining 250!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can i get that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks to all and if you don't understand my bad english i'll try to explain better! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 09:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945282#M325599</guid>
      <dc:creator />
      <dc:date>2015-10-09T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945283#M325600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;id=-{10}&amp;gt;} Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 11:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945283#M325600</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-09T11:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945284#M325601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;T1, T2, T3&lt;/P&gt;&lt;P&gt;1, 10, 1&lt;/P&gt;&lt;P&gt;2, 5, 1,&lt;/P&gt;&lt;P&gt;3, 8&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first expression shows 15:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;T3={1}&amp;gt;}T2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second expression shows 8:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;T3=-{1}&amp;gt;}T2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 11:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945284#M325601</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-09T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945285#M325602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont need to sum or count them! i need to view all the user data in a table, so if i select the id_value 10&amp;nbsp; it show me only the users that have in the table data(that is many to 1 user) id_value 10. How can i do the same for showing only those who dont have id_value=10 becouse now if i made and excluded selection it show me all of them because an user can have many id_value.&lt;/P&gt;&lt;P&gt;EXample:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;users:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;id,name,age&lt;/P&gt;&lt;P&gt;1,Tom, 22&lt;/P&gt;&lt;P&gt;2,John,24&lt;/P&gt;&lt;P&gt;3,Daniel, 18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reluserdata:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;userid,relid&lt;/P&gt;&lt;P&gt;1,112&lt;/P&gt;&lt;P&gt;2,113&lt;/P&gt;&lt;P&gt;3,114&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;relid,id_value,desc&lt;/P&gt;&lt;P&gt;112,10,IT&lt;/P&gt;&lt;P&gt;112,15,male&lt;/P&gt;&lt;P&gt;113,15,male&lt;/P&gt;&lt;P&gt;114,15,male&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if i select the user who have id value 10 it gives me Tom so only one&lt;/P&gt;&lt;P&gt;But if i select exclude 10 it gives me all of the beacouse id_value has data!&lt;/P&gt;&lt;P&gt;how can i made to show me only the rest of them: John and Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 11:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945285#M325602</guid>
      <dc:creator />
      <dc:date>2015-10-09T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945286#M325603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. add listbox with id_value&lt;/P&gt;&lt;P&gt;2. select 10&lt;/P&gt;&lt;P&gt;3. right mouse click and select excluded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 14:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945286#M325603</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-09T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945287#M325604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't work, same result!&lt;/P&gt;&lt;P&gt;I can do it in sql but i need something similar in qw&lt;/P&gt;&lt;P&gt;something like that:&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; u&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.*&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Users u&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; u&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;id &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;IN&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; d&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;user_id &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Documents d&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; d&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;value_id &lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;=10&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 14:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945287#M325604</guid>
      <dc:creator />
      <dc:date>2015-10-09T14:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945288#M325605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Add your qvw file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 06:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945288#M325605</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-12T06:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945289#M325606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't! it contains user data and other sensible data!&lt;/P&gt;&lt;P&gt;I wrote you the sql query! In qlikview is it possible to do that? to exclude fields of a previous select?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945289#M325606</guid>
      <dc:creator />
      <dc:date>2015-10-15T12:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945290#M325607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create sample document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945290#M325607</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-15T14:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945291#M325608</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;Your &lt;STRONG&gt;users&lt;/STRONG&gt; and &lt;STRONG&gt;reluserdata &lt;/STRONG&gt;are not showing same field name for association, I think id of first table should be 'userid' or other way round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also relid 112 is linked to both 10 and 15 id value in last table, thats why it is picked for both 10 and 15. Because both are linked to&amp;nbsp; ID value 1 or 'Tom'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945291#M325608</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-15T14:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945292#M325609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see correct when I changed 112 to 113 in last table, second row - &lt;/P&gt;&lt;P&gt;&lt;IMG alt="assoc.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102115_assoc.PNG" style="height: 129px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945292#M325609</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-15T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945293#M325610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was an example! the name association of &lt;STRONG&gt;users&lt;/STRONG&gt; and &lt;STRONG&gt;reluserdata&lt;/STRONG&gt; is correct.&lt;/P&gt;&lt;P&gt;Relid have to be linked to one or more values because 10 stand for Proffession, 15 stand for Gender&amp;nbsp; ecc&lt;/P&gt;&lt;P&gt;Soo how can i select the gender male that dont have a proffession?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945293#M325610</guid>
      <dc:creator />
      <dc:date>2015-10-15T15:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945294#M325611</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;due to the 1:N relation you need to use the field relid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a ListBox for relid. Now select the id_value and use 'select excluded' in the ListBox with the relid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sebastian Lettner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945294#M325611</guid>
      <dc:creator>sebastianlettner</dc:creator>
      <dc:date>2015-10-15T15:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945295#M325612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One another perspective showing the real data situation is as below - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102144_A1.PNG" style="height: auto;" /&gt; &lt;IMG alt="A2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102145_A2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;users:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;userid,name,age&lt;/P&gt;&lt;P&gt;1,Tom, 22&lt;/P&gt;&lt;P&gt;2,John,24&lt;/P&gt;&lt;P&gt;3,Daniel, 18 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reluserdata:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;userid,relid&lt;/P&gt;&lt;P&gt;1,112&lt;/P&gt;&lt;P&gt;2,113&lt;/P&gt;&lt;P&gt;3,114 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data1:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;relid,id_value,desc&lt;/P&gt;&lt;P&gt;112,10,IT&lt;/P&gt;&lt;P&gt;112,15,male&lt;/P&gt;&lt;P&gt;113,15,male&lt;/P&gt;&lt;P&gt;114,15,male ];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;Load relid,concat(id_value,',') as id_value,concat(desc,',') as desc resident data1 group by relid;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table data1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 19:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945295#M325612</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-15T19:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945296#M325613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution that &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Digvijay"&gt;Digvijay&lt;/A&gt;&amp;nbsp; &lt;/STRONG&gt;propose give me the result i want but it came with other problem! if i want to select only the male i can't! The id_value are like 30 properties that a user can have so it's complicated to concat all that!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/SebastianLettner"&gt;SebastianLettner&lt;/A&gt;‌'s&lt;/STRONG&gt; solution I've tried at first if you read the initial post and is the same that propose &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/pokassov"&gt;pokassov&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is driving me nuts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;! I think i'll do a view in SQL because seems like in qlikview is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sql will be like this:&lt;/P&gt;&lt;P&gt;Select * from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;users&lt;/STRONG&gt; &lt;/SPAN&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; line-height: 1.5em;"&gt;where &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;users&lt;/STRONG&gt;.id NOT IN(Select userid from &lt;SPAN&gt;&lt;STRONG&gt;reluserdata &lt;/STRONG&gt; inner join &lt;SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; on &lt;SPAN&gt;&lt;STRONG&gt;reluserdata&lt;/STRONG&gt;.relid=&lt;STRONG&gt;data&lt;/STRONG&gt;.relid where &lt;STRONG&gt;data&lt;/STRONG&gt;.id_value=10&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values/m-p/945296#M325613</guid>
      <dc:creator />
      <dc:date>2015-10-16T06:29:10Z</dc:date>
    </item>
  </channel>
</rss>

