<?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 Show excluded data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238778#M89569</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;I have 3 tables:&lt;BR /&gt;- Customers&lt;BR /&gt; ABC,&lt;BR /&gt; Nasa,&lt;BR /&gt; T-Airlines&lt;BR /&gt;- Products&lt;BR /&gt; Laptop,&lt;BR /&gt; PC,&lt;BR /&gt; Mouse&lt;BR /&gt;- Sales&lt;/P&gt;&lt;P&gt;In a listbox i want to select one Product, and the result should be a tablebox with the Customers who don't buyed this selected Product.&lt;/P&gt;&lt;P&gt;In Sales (Customer, Product, Quantity) i have the following records:&lt;BR /&gt;ABC, Laptop, 1&lt;BR /&gt;Nasa, Mouse, 2&lt;/P&gt;&lt;P&gt;So I select "Mouse" and the content of my tablebox should be:&lt;BR /&gt;ABC&lt;BR /&gt;T-Airlines&lt;/P&gt;&lt;P&gt;Is this possible?&lt;BR /&gt;Maybe someone could help me....&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Ivo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2010 12:55:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-15T12:55:34Z</dc:date>
    <item>
      <title>Show excluded data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238778#M89569</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;I have 3 tables:&lt;BR /&gt;- Customers&lt;BR /&gt; ABC,&lt;BR /&gt; Nasa,&lt;BR /&gt; T-Airlines&lt;BR /&gt;- Products&lt;BR /&gt; Laptop,&lt;BR /&gt; PC,&lt;BR /&gt; Mouse&lt;BR /&gt;- Sales&lt;/P&gt;&lt;P&gt;In a listbox i want to select one Product, and the result should be a tablebox with the Customers who don't buyed this selected Product.&lt;/P&gt;&lt;P&gt;In Sales (Customer, Product, Quantity) i have the following records:&lt;BR /&gt;ABC, Laptop, 1&lt;BR /&gt;Nasa, Mouse, 2&lt;/P&gt;&lt;P&gt;So I select "Mouse" and the content of my tablebox should be:&lt;BR /&gt;ABC&lt;BR /&gt;T-Airlines&lt;/P&gt;&lt;P&gt;Is this possible?&lt;BR /&gt;Maybe someone could help me....&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Ivo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 12:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238778#M89569</guid>
      <dc:creator />
      <dc:date>2010-02-15T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Show excluded data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238779#M89570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u can use set analysis in order to achieve this&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;count({1-$} Customer)&lt;/P&gt;&lt;P&gt;Use this expression in straight table and then hide that expression so that tere is only one field Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 13:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238779#M89570</guid>
      <dc:creator />
      <dc:date>2010-02-15T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Show excluded data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238780#M89571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the following expression in your table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=sum({1-$} Sales)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Returns sales for everything excluded by the current selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 16:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238780#M89571</guid>
      <dc:creator />
      <dc:date>2010-02-15T16:34:41Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Show excluded data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238781#M89572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I was looking for.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;BR /&gt;Ivo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 08:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-excluded-data/m-p/238781#M89572</guid>
      <dc:creator />
      <dc:date>2010-02-16T08:26:28Z</dc:date>
    </item>
  </channel>
</rss>

