<?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: show excluded values in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055542#M353906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dimension is the product &lt;/P&gt;&lt;P&gt;expression is a flag&lt;/P&gt;&lt;P&gt;if(sum({1&amp;lt;CUSTOMER-={"$(=getfieldselections(CUSTOMER))"}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;=sum({1} AMOUNT),1,0)&lt;/P&gt;&lt;P&gt;I compare sum sales all customer sum({1} AMOUNT) and customer without selected sum({1&amp;lt;CUSTOMER-={"$(=getfieldselections(CUSTOMER))"}&amp;gt;}AMOUNT), if they are equal, than flag to showing = 1. So, this column is hidden and you can see just product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, if you try to select more than one customer expression doesn't work, cause my set analysis is good for one selection&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2016 06:51:22 GMT</pubDate>
    <dc:creator>t_chetirbok</dc:creator>
    <dc:date>2016-03-04T06:51:22Z</dc:date>
    <item>
      <title>show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055536#M353900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of customers, products, and sale values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select a customer, I want a table showing a list of products that the customer hasn't bought. &lt;BR /&gt;I also would like to sort that table according to the most popular product (ie. products that generated the most revenue for the company in 2015 will be at the top or only showing top 10 products).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 03:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055536#M353900</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2016-03-01T03:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055537#M353901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Product as dimension and as expressions something like sum(&lt;STRONG&gt;{&amp;lt;Customer=E(Customer)&amp;gt;}&lt;/STRONG&gt;Sales). That will show you the Sales per Product that don't have Sales from the selected Customer. You can put the expression on top of the sort list on the Sort tab and choose Descending as sort order. On the Dimension Limits tab you can choose to show a Top X Products instead of all the Products.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 11:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055537#M353901</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-01T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055538#M353902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Find my example, hope it will be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 11:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055538#M353902</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-01T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055539#M353903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, but its still not what I'm trying to do exactly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if Customer A bought product X and Y, and Customer B bought product Y and Z, &lt;/P&gt;&lt;P&gt;when I select Customer A, I want the table to only show product Z. &lt;/P&gt;&lt;P&gt;The suggestion above would show both product Y and Z since it's showing sales from all the customers except Customer A? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 03:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055539#M353903</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2016-03-02T03:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055540#M353904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one: sum({&amp;lt;Product=E({&amp;lt;Customer={'$(=only(Customer))'}&amp;gt;}Product)&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 15:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055540#M353904</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-02T15:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055541#M353905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tatsiana, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mind explaining what you did? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055541#M353905</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2016-03-03T15:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055542#M353906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dimension is the product &lt;/P&gt;&lt;P&gt;expression is a flag&lt;/P&gt;&lt;P&gt;if(sum({1&amp;lt;CUSTOMER-={"$(=getfieldselections(CUSTOMER))"}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;=sum({1} AMOUNT),1,0)&lt;/P&gt;&lt;P&gt;I compare sum sales all customer sum({1} AMOUNT) and customer without selected sum({1&amp;lt;CUSTOMER-={"$(=getfieldselections(CUSTOMER))"}&amp;gt;}AMOUNT), if they are equal, than flag to showing = 1. So, this column is hidden and you can see just product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, if you try to select more than one customer expression doesn't work, cause my set analysis is good for one selection&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 06:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055542#M353906</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-04T06:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded values in table</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055543#M353907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tatsiana, got it! Thank you! &lt;/P&gt;&lt;P&gt;Would it be possible to add a filter to it as well? Like if I want to filter by city or country. I can't figure out how to add the modifier into the set analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2016 09:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-values-in-table/m-p/1055543#M353907</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2016-03-06T09:26:40Z</dc:date>
    </item>
  </channel>
</rss>

