<?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: Advance filtering via GUI: exclude all possible values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408560#M567582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My new attempt was to add a chart and within that chart use a calculated column (min (Group) ) . This will for each name show if a name is in an group 10&amp;nbsp; (from my example) Only john is in group '10' . by selection 'the rest' i have my query result.... &lt;/P&gt;&lt;P&gt;In my example this 10 could be extracted because it was the lowest; in other cases your example would do Johannes.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I did find the usefull informaion via your reply on the aggr function via &lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/70711#70711" title="http://community.qlik.com/message/70711#70711"&gt;http://community.qlik.com/message/70711#70711&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Difficult solution to eliminate all accurances of a name if a name is 'In an group' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 15:21:38 GMT</pubDate>
    <dc:creator>andries_bos</dc:creator>
    <dc:date>2012-12-05T15:21:38Z</dc:date>
    <item>
      <title>Advance filtering via GUI: exclude all possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408558#M567580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to filter all items where a name does NOT exist in group 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Name&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Group&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Boolean&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Rob&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;When loading this 'source' document as-is, it would result in 6 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to filter all result for group 20 and 30 , but exclude results that also exist in group 10. &lt;EM&gt;If name = 10, &lt;STRONG&gt;always&lt;/STRONG&gt; skip &lt;STRONG&gt;this name&lt;/STRONG&gt; from result.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result should only contain Jack and Rob : John does exist in group 10 and should not be added. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I filter on group 20,30 , 'John' would still show up as he exist in groups 20 and 30. Could this be done via the GUI ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I could add advanced filtering via the Ctrl+shift+ F, but only on one column-value. Would this be a solution? My final result should also depend on some other boolean values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408558#M567580</guid>
      <dc:creator>andries_bos</dc:creator>
      <dc:date>2012-12-05T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Advance filtering via GUI: exclude all possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408559#M567581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use something like this:&lt;/P&gt;&lt;P&gt;=aggr(if(index(Concat(Group,';'), '10')=0,Name), Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it looks for every instance of 10 so if you have a group called 110 it would filter out that name too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;(you can cirumvent this by concatenating start and end characters to the Group field in the Concat() function.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 11:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408559#M567581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-05T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Advance filtering via GUI: exclude all possible values</title>
      <link>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408560#M567582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My new attempt was to add a chart and within that chart use a calculated column (min (Group) ) . This will for each name show if a name is in an group 10&amp;nbsp; (from my example) Only john is in group '10' . by selection 'the rest' i have my query result.... &lt;/P&gt;&lt;P&gt;In my example this 10 could be extracted because it was the lowest; in other cases your example would do Johannes.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I did find the usefull informaion via your reply on the aggr function via &lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/70711#70711" title="http://community.qlik.com/message/70711#70711"&gt;http://community.qlik.com/message/70711#70711&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Difficult solution to eliminate all accurances of a name if a name is 'In an group' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 15:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advance-filtering-via-GUI-exclude-all-possible-values/m-p/408560#M567582</guid>
      <dc:creator>andries_bos</dc:creator>
      <dc:date>2012-12-05T15:21:38Z</dc:date>
    </item>
  </channel>
</rss>

