<?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 How to get the count/data of costumer with unique / distinct request(Expression)? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-get-the-count-data-of-costumer-with-unique-distinct/m-p/2101891#M90035</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;My requirement there is to get the count of costumers who have an unique or distinct request which is not associated with other Costumers.&lt;/P&gt;
&lt;P&gt;Ex:Below is the list of costumers and their request with the location . I want to pick out customers with unique request att the same location.&lt;/P&gt;
&lt;TABLE width="246"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="73"&gt;Customers&lt;/TD&gt;
&lt;TD width="109"&gt;Request&lt;/TD&gt;
&lt;TD width="64"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C1&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C2&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C3&lt;/TD&gt;
&lt;TD&gt;Radio&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C4&lt;/TD&gt;
&lt;TD&gt;Laptop&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C5&lt;/TD&gt;
&lt;TD&gt;Mobile&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C6&lt;/TD&gt;
&lt;TD&gt;Mobile&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C7&lt;/TD&gt;
&lt;TD&gt;Mobile&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C8&lt;/TD&gt;
&lt;TD&gt;Washing Machin&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C9&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C10&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Result: As Customer 3 , 4 and 8 have unique request I want to only show this unique&amp;nbsp;combination. How can this be performed?&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Customers&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Request&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;C3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Radio&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;C4&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Laptop&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;C8&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Washing Machin&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:31:23 GMT</pubDate>
    <dc:creator>userpd_2021</dc:creator>
    <dc:date>2024-11-15T21:31:23Z</dc:date>
    <item>
      <title>How to get the count/data of costumer with unique / distinct request(Expression)?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-count-data-of-costumer-with-unique-distinct/m-p/2101891#M90035</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;My requirement there is to get the count of costumers who have an unique or distinct request which is not associated with other Costumers.&lt;/P&gt;
&lt;P&gt;Ex:Below is the list of costumers and their request with the location . I want to pick out customers with unique request att the same location.&lt;/P&gt;
&lt;TABLE width="246"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="73"&gt;Customers&lt;/TD&gt;
&lt;TD width="109"&gt;Request&lt;/TD&gt;
&lt;TD width="64"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C1&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C2&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C3&lt;/TD&gt;
&lt;TD&gt;Radio&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C4&lt;/TD&gt;
&lt;TD&gt;Laptop&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C5&lt;/TD&gt;
&lt;TD&gt;Mobile&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C6&lt;/TD&gt;
&lt;TD&gt;Mobile&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C7&lt;/TD&gt;
&lt;TD&gt;Mobile&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C8&lt;/TD&gt;
&lt;TD&gt;Washing Machin&lt;/TD&gt;
&lt;TD&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C9&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C10&lt;/TD&gt;
&lt;TD&gt;TV&lt;/TD&gt;
&lt;TD&gt;Loc2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Result: As Customer 3 , 4 and 8 have unique request I want to only show this unique&amp;nbsp;combination. How can this be performed?&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Customers&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Request&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;C3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Radio&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;C4&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Laptop&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;C8&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Washing Machin&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Loc1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-count-data-of-costumer-with-unique-distinct/m-p/2101891#M90035</guid>
      <dc:creator>userpd_2021</dc:creator>
      <dc:date>2024-11-15T21:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the count/data of costumer with unique / distinct request(Expression)?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-count-data-of-costumer-with-unique-distinct/m-p/2102197#M90066</link>
      <description>&lt;P&gt;maybe a table with 2 dimensions,&lt;/P&gt;
&lt;P&gt;Customers, Request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and one measure&lt;/P&gt;
&lt;P&gt;IF(count(TOTAL &amp;lt;Request&amp;gt; Request)=1, Location)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 15:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-count-data-of-costumer-with-unique-distinct/m-p/2102197#M90066</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2023-08-03T15:53:03Z</dc:date>
    </item>
  </channel>
</rss>

