<?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 function to get values occurrence number in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259060#M1364</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Data Preparation, I would like to create a column with the number of occurrences of the values of another column. This would filter the duplicate values for example.&lt;BR /&gt;I didn't find out how to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lilian&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:05:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:05:33Z</dc:date>
    <item>
      <title>function to get values occurrence number</title>
      <link>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259060#M1364</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Data Preparation, I would like to create a column with the number of occurrences of the values of another column. This would filter the duplicate values for example.&lt;BR /&gt;I didn't find out how to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lilian&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259060#M1364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: function to get values occurrence number</title>
      <link>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259061#M1365</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I am actually not sure why you want to create a new column. As you describe it, the profiling panel of Data Prep seems to be the perfect candidate for such a use case. You can see very easily the number of occurrence of your values (so that you can directly see duplicates and unique values) and then you can directly filter by selecting them.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;See the attached screenshot where you can see 2 duplicate values and 1 unique value directly in the profiling bar chart.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Patrick&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvnd"&gt;Screenshot.png&lt;/A&gt;</description>
      <pubDate>Thu, 01 Aug 2019 17:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259061#M1365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-01T17:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: function to get values occurrence number</title>
      <link>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259062#M1366</link>
      <description>&lt;P&gt;Hello Patrick,&lt;/P&gt;
&lt;P&gt;You're right, profiling panel allows to visualize the duplicates and filter them but nothing allows to filter all duplicated values via an action.&lt;BR /&gt;For example: I have the following data:&lt;BR /&gt;col_1&lt;BR /&gt;-------&lt;BR /&gt;1&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;3&lt;BR /&gt;3&lt;BR /&gt;4&lt;/P&gt;
&lt;P&gt;I wish I could apply an action on col_1 to calculate the number of occurrences of values as follows:&lt;BR /&gt;col_1&amp;nbsp;&amp;nbsp;&amp;nbsp; col_2&lt;BR /&gt;-------&amp;nbsp;&amp;nbsp;&amp;nbsp; -------&lt;BR /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;Then, I could apply an action on col_2 to filter the values &amp;gt; 1. So, automatically, I could quickly treat ALL duplicated values.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;I hope my explanations are clear&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lilian&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/function-to-get-values-occurrence-number/m-p/2259062#M1366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-02T09:26:26Z</dc:date>
    </item>
  </channel>
</rss>

