<?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 Distinct Strings grouped by day! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Distinct-Strings-grouped-by-day/m-p/2364779#M128480</link>
    <description>&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;I have a file that looks like this&lt;/P&gt;&lt;P&gt;DATE;CODE&lt;/P&gt;&lt;P&gt;31.08.2021;XX&lt;/P&gt;&lt;P&gt;31.08.2021:XY&lt;/P&gt;&lt;P&gt;31.08.2021;XX&lt;/P&gt;&lt;P&gt;31.08.2021;A*B*&lt;/P&gt;&lt;P&gt;31.08.2021;A*B*&lt;/P&gt;&lt;P&gt;31.08.2021;XX&lt;/P&gt;&lt;P&gt;01.09.2021;XX&lt;/P&gt;&lt;P&gt;01.09.2021;XX&lt;/P&gt;&lt;P&gt;01.09.2021;XX&lt;/P&gt;&lt;P&gt;There's:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;3 x XX&lt;/LI&gt;&lt;LI&gt;2 x A*B*&lt;/LI&gt;&lt;LI&gt;1 x&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I want to select the distinct codes grouped by day. My output file would then be&lt;/P&gt;&lt;P&gt;DATE;CODE;COUNT&lt;/P&gt;&lt;P&gt;31.08.2021;XX;1&lt;/P&gt;&lt;P&gt;31.08.2021;A*B*;1&lt;/P&gt;&lt;P&gt;31.08.2021;XY;1&lt;/P&gt;&lt;P&gt;01.09:.2021;XX;1&lt;/P&gt;&lt;P&gt;I use a tAggregateRow to sum the count and group them by day. But how do I sum the distincts only?&lt;/P&gt;&lt;P&gt;I know I can just select distinct and count them with an aggregaterow, but I want to output them as well&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:46:26 GMT</pubDate>
    <dc:creator>amba1</dc:creator>
    <dc:date>2024-11-15T23:46:26Z</dc:date>
    <item>
      <title>Distinct Strings grouped by day!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distinct-Strings-grouped-by-day/m-p/2364779#M128480</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;I have a file that looks like this&lt;/P&gt;&lt;P&gt;DATE;CODE&lt;/P&gt;&lt;P&gt;31.08.2021;XX&lt;/P&gt;&lt;P&gt;31.08.2021:XY&lt;/P&gt;&lt;P&gt;31.08.2021;XX&lt;/P&gt;&lt;P&gt;31.08.2021;A*B*&lt;/P&gt;&lt;P&gt;31.08.2021;A*B*&lt;/P&gt;&lt;P&gt;31.08.2021;XX&lt;/P&gt;&lt;P&gt;01.09.2021;XX&lt;/P&gt;&lt;P&gt;01.09.2021;XX&lt;/P&gt;&lt;P&gt;01.09.2021;XX&lt;/P&gt;&lt;P&gt;There's:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;3 x XX&lt;/LI&gt;&lt;LI&gt;2 x A*B*&lt;/LI&gt;&lt;LI&gt;1 x&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I want to select the distinct codes grouped by day. My output file would then be&lt;/P&gt;&lt;P&gt;DATE;CODE;COUNT&lt;/P&gt;&lt;P&gt;31.08.2021;XX;1&lt;/P&gt;&lt;P&gt;31.08.2021;A*B*;1&lt;/P&gt;&lt;P&gt;31.08.2021;XY;1&lt;/P&gt;&lt;P&gt;01.09:.2021;XX;1&lt;/P&gt;&lt;P&gt;I use a tAggregateRow to sum the count and group them by day. But how do I sum the distincts only?&lt;/P&gt;&lt;P&gt;I know I can just select distinct and count them with an aggregaterow, but I want to output them as well&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distinct-Strings-grouped-by-day/m-p/2364779#M128480</guid>
      <dc:creator>amba1</dc:creator>
      <dc:date>2024-11-15T23:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Strings grouped by day!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distinct-Strings-grouped-by-day/m-p/2364780#M128481</link>
      <description>&lt;P&gt;This was pretty easy to do with the tuniqrow component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File &amp;gt; tuniqurow on code &amp;gt; tmap &amp;gt; taggregaterow to count and done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 19:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distinct-Strings-grouped-by-day/m-p/2364780#M128481</guid>
      <dc:creator>amba1</dc:creator>
      <dc:date>2021-09-04T19:02:56Z</dc:date>
    </item>
  </channel>
</rss>

