<?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 Replicate the Select Exclude in the Set Analysis ( Exclude the value selected in the filter) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110097#M90673</link>
    <description>&lt;P&gt;I would like to show the number of customers associated with products which are not selected in the filter. I tied to use the e() in set analysis , unfortunately, it's not working. Kindly help if you have any idea to resolve it.&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="182"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Products&lt;/TD&gt;
&lt;TD width="118"&gt;Customers Group&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd1&lt;/TD&gt;
&lt;TD&gt;Cust1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd1&lt;/TD&gt;
&lt;TD&gt;Cust2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd2&lt;/TD&gt;
&lt;TD&gt;Cust3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd3&lt;/TD&gt;
&lt;TD&gt;Cust4&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, I have selected the Prd1 is selected in the products filters &amp;amp; would like to show the count of customers which are not associated with Prd1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the below logic, but it's not working. I'm getting 4 , instead of 2 . Kindly help "&lt;/P&gt;
&lt;P&gt;Count ( {&amp;lt;[Products] = e([Products] )&amp;gt;}Distinct [Customers Group])&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:27:06 GMT</pubDate>
    <dc:creator>RajeevaM061</dc:creator>
    <dc:date>2024-11-15T21:27:06Z</dc:date>
    <item>
      <title>Replicate the Select Exclude in the Set Analysis ( Exclude the value selected in the filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110097#M90673</link>
      <description>&lt;P&gt;I would like to show the number of customers associated with products which are not selected in the filter. I tied to use the e() in set analysis , unfortunately, it's not working. Kindly help if you have any idea to resolve it.&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="182"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Products&lt;/TD&gt;
&lt;TD width="118"&gt;Customers Group&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd1&lt;/TD&gt;
&lt;TD&gt;Cust1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd1&lt;/TD&gt;
&lt;TD&gt;Cust2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd2&lt;/TD&gt;
&lt;TD&gt;Cust3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Prd3&lt;/TD&gt;
&lt;TD&gt;Cust4&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, I have selected the Prd1 is selected in the products filters &amp;amp; would like to show the count of customers which are not associated with Prd1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the below logic, but it's not working. I'm getting 4 , instead of 2 . Kindly help "&lt;/P&gt;
&lt;P&gt;Count ( {&amp;lt;[Products] = e([Products] )&amp;gt;}Distinct [Customers Group])&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110097#M90673</guid>
      <dc:creator>RajeevaM061</dc:creator>
      <dc:date>2024-11-15T21:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate the Select Exclude in the Set Analysis ( Exclude the value selected in the filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110123#M90676</link>
      <description>&lt;P&gt;Hi, have you tried with 1-$ in set analysis?:&amp;nbsp;&lt;SPAN&gt;Count ({1-$} Distinct [Customers Group])&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 09:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110123#M90676</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-08-27T09:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate the Select Exclude in the Set Analysis ( Exclude the value selected in the filter)</title>
      <link>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110133#M90679</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anat_0-1693144178269.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/115200iEB35715FBC83EC8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anat_0-1693144178269.png" alt="anat_0-1693144178269.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;as per your logic getting 2 when select Prd1&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 13:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replicate-the-Select-Exclude-in-the-Set-Analysis-Exclude-the/m-p/2110133#M90679</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2023-08-27T13:50:05Z</dc:date>
    </item>
  </channel>
</rss>

