<?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 Count IF Division and Aggregate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-IF-Division-and-Aggregate/m-p/1585684#M596320</link>
    <description>&lt;P&gt;Hello my friends!&lt;/P&gt;&lt;P&gt;I'm having difficulty constructing an expression, can you help me build it, both in the convetional method and in the set analysis?&lt;/P&gt;&lt;P&gt;I mounted the dimension this way and it worked:&lt;/P&gt;&lt;P&gt;DIM:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;aggr(if(round(count(if(Events=1 or Events=11, Events))
/ 
count(distinct Date)) &amp;gt;=1,'Hiperconsultador',Null()), username)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="tlid-input input"&gt;&lt;DIV class="source-wrap"&gt;&lt;DIV class="input-full-height-wrapper tlid-input-full-height-wrapper"&gt;&lt;DIV class="source-input"&gt;&lt;DIV class="source-footer-wrap source-or-target-footer"&gt;&lt;DIV class="character-count tlid-character-count"&gt;&lt;DIV class="cc-ctr normal"&gt;&lt;SPAN&gt;Now I must use the same concept, however, to calculate the number of people who fall into this criterion.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="cc-ctr normal"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I need to count the total number of users where the total of events dividing by total dates is equal to or greater than 1.&lt;/P&gt;&lt;P&gt;I thank the attention,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:26:57 GMT</pubDate>
    <dc:creator>edugallowk</dc:creator>
    <dc:date>2024-11-16T03:26:57Z</dc:date>
    <item>
      <title>Count IF Division and Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Count-IF-Division-and-Aggregate/m-p/1585684#M596320</link>
      <description>&lt;P&gt;Hello my friends!&lt;/P&gt;&lt;P&gt;I'm having difficulty constructing an expression, can you help me build it, both in the convetional method and in the set analysis?&lt;/P&gt;&lt;P&gt;I mounted the dimension this way and it worked:&lt;/P&gt;&lt;P&gt;DIM:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;aggr(if(round(count(if(Events=1 or Events=11, Events))
/ 
count(distinct Date)) &amp;gt;=1,'Hiperconsultador',Null()), username)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="tlid-input input"&gt;&lt;DIV class="source-wrap"&gt;&lt;DIV class="input-full-height-wrapper tlid-input-full-height-wrapper"&gt;&lt;DIV class="source-input"&gt;&lt;DIV class="source-footer-wrap source-or-target-footer"&gt;&lt;DIV class="character-count tlid-character-count"&gt;&lt;DIV class="cc-ctr normal"&gt;&lt;SPAN&gt;Now I must use the same concept, however, to calculate the number of people who fall into this criterion.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="cc-ctr normal"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I need to count the total number of users where the total of events dividing by total dates is equal to or greater than 1.&lt;/P&gt;&lt;P&gt;I thank the attention,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-IF-Division-and-Aggregate/m-p/1585684#M596320</guid>
      <dc:creator>edugallowk</dc:creator>
      <dc:date>2024-11-16T03:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count IF Division and Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Count-IF-Division-and-Aggregate/m-p/1585756#M596323</link>
      <description>&lt;LI-CODE lang="markup"&gt;num(
count(distinct if(aggr(
	(count(if([Events]=1 or [Events]=11, [Cod_Events]))
    /
    count(distinct [Date])) &amp;gt; 1
, username), username))
,'###.###')&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 May 2019 17:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-IF-Division-and-Aggregate/m-p/1585756#M596323</guid>
      <dc:creator>Gabriel_Santos</dc:creator>
      <dc:date>2019-05-28T17:47:16Z</dc:date>
    </item>
  </channel>
</rss>

