<?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 Group by values in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Group-by-values/m-p/2015827#M11775</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 1 column (VALUES) with data (user1, user2, user3) with duplicates connected to a specific time for each data point.&lt;/P&gt;
&lt;P&gt;Values:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Time(today)&lt;/P&gt;
&lt;P&gt;user1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;timestamp1&lt;/P&gt;
&lt;P&gt;user2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timestamp2&lt;/P&gt;
&lt;P&gt;user1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timestamp3&lt;/P&gt;
&lt;P&gt;user3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timestamp4&lt;/P&gt;
&lt;P&gt;I would like to group all "user" values and&amp;nbsp; get a count for &lt;STRONG&gt;how many specific users&lt;/STRONG&gt; there is per day, my time format is in timestamp. Something like&amp;nbsp; Group by(Sum(Count(Values))&lt;/P&gt;
&lt;P&gt;What is the simpliest way to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;H&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 09:38:16 GMT</pubDate>
    <dc:creator>HH3571</dc:creator>
    <dc:date>2022-12-13T09:38:16Z</dc:date>
    <item>
      <title>Group by values</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Group-by-values/m-p/2015827#M11775</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 1 column (VALUES) with data (user1, user2, user3) with duplicates connected to a specific time for each data point.&lt;/P&gt;
&lt;P&gt;Values:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Time(today)&lt;/P&gt;
&lt;P&gt;user1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;timestamp1&lt;/P&gt;
&lt;P&gt;user2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timestamp2&lt;/P&gt;
&lt;P&gt;user1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timestamp3&lt;/P&gt;
&lt;P&gt;user3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timestamp4&lt;/P&gt;
&lt;P&gt;I would like to group all "user" values and&amp;nbsp; get a count for &lt;STRONG&gt;how many specific users&lt;/STRONG&gt; there is per day, my time format is in timestamp. Something like&amp;nbsp; Group by(Sum(Count(Values))&lt;/P&gt;
&lt;P&gt;What is the simpliest way to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;H&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 09:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Group-by-values/m-p/2015827#M11775</guid>
      <dc:creator>HH3571</dc:creator>
      <dc:date>2022-12-13T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group by values</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Group-by-values/m-p/2015855#M11776</link>
      <description>&lt;P&gt;first convert the timestamp into date by doing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;date(floor(timestamp),'DD/MM/YYYY') as Date&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then apply group by the table like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Load 

Date,

Count(values) as ValuesCount

Resident table group by Date;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 10:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Group-by-values/m-p/2015855#M11776</guid>
      <dc:creator>Rockstar7</dc:creator>
      <dc:date>2022-12-13T10:36:47Z</dc:date>
    </item>
  </channel>
</rss>

