<?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 Set Analysis - Uniques in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005498#M576</link>
    <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4" data-click-id="text" data-adclicklocation="media"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I have a set analysis formula counting Sales from “Germany” as follows:&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;(Count({&amp;lt;[Country]={‘Germany}&amp;gt;} Sales))&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I would like to however only consider the uniques of a third column called “Submissions”. The current selection double counts Submissions.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;How might I go about removing all duplicates of a third column / submissions column?&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 19 Mar 2025 23:06:21 GMT</pubDate>
    <dc:creator>patagbura</dc:creator>
    <dc:date>2025-03-19T23:06:21Z</dc:date>
    <item>
      <title>Set Analysis - Uniques</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005498#M576</link>
      <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4" data-click-id="text" data-adclicklocation="media"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I have a set analysis formula counting Sales from “Germany” as follows:&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;(Count({&amp;lt;[Country]={‘Germany}&amp;gt;} Sales))&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I would like to however only consider the uniques of a third column called “Submissions”. The current selection double counts Submissions.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;How might I go about removing all duplicates of a third column / submissions column?&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005498#M576</guid>
      <dc:creator>patagbura</dc:creator>
      <dc:date>2025-03-19T23:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Uniques</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005562#M577</link>
      <description>&lt;P&gt;Maybe like this&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;[Country]={‘Germany},&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Submissions ={"=Count(DISTINCT Submissions)"}&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;} Sales)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 21:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005562#M577</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-11-16T21:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Uniques</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005667#M579</link>
      <description>&lt;P&gt;You may try:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Country]={‘Germany}&amp;gt;} distinct Submissions)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or if no relevant field like an OrderID exists also the combination of fields like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Country]={‘Germany}&amp;gt;} distinct Sales&amp;amp;Submissions)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An alternatively might also be to use two expressions to get the unique count, like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count(distinct Sales) / count(distinct SalesLines)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 07:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Set-Analysis-Uniques/m-p/2005667#M579</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-11-17T07:46:42Z</dc:date>
    </item>
  </channel>
</rss>

