<?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: Set Analysis - Uniques in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079639#M1981</link>
    <description>&lt;P&gt;What if you start counting unique Submissions instead? Like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Country]={'Germany'}&amp;gt;} &lt;EM&gt;distinct&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;Submissions&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jun 2023 06:56:41 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2023-06-03T06:56:41Z</dc:date>
    <item>
      <title>Set Analysis - Uniques</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079632#M1980</link>
      <description>&lt;DIV class="mb-sm mb-xs px-md xs:px-0"&gt;
&lt;DIV id="t3_m5v25g-post-rtjson-content" class="text-neutral-content md max-h-[253px] overflow-hidden s:max-h-[318px] m:max-h-[337px] l:max-h-[352px] xl:max-h-[452px] text-14"&gt;
&lt;P&gt;I have a set analysis formula counting Sales from “Germany” as follows:&lt;/P&gt;
&lt;P&gt;(Count({&amp;lt;[Country]={‘Germany}&amp;gt;} Sales))&lt;/P&gt;
&lt;P&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&gt;How might I go about removing all duplicates of a third column / submissions column?&lt;/P&gt;
&lt;P&gt;TIA!&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Jun 2023 06:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079632#M1980</guid>
      <dc:creator>karolbags</dc:creator>
      <dc:date>2023-06-03T06:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Uniques</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079639#M1981</link>
      <description>&lt;P&gt;What if you start counting unique Submissions instead? Like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Country]={'Germany'}&amp;gt;} &lt;EM&gt;distinct&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;Submissions&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 06:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079639#M1981</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-06-03T06:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Uniques</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079640#M1982</link>
      <description>&lt;P&gt;Hi, From what I understand, perhaps this?&lt;/P&gt;
&lt;P&gt;Count(DISTINCT If(Country='Germany' and Aggr(Count(DISTINCT Submissions),Country)=1,Sales,Null()))&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 07:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Set-Analysis-Uniques/m-p/2079640#M1982</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-03T07:09:54Z</dc:date>
    </item>
  </channel>
</rss>

