<?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: compter avec set analysys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407417#M820656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Here is the slowness when I use the expression(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MatriculeRegie&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KEY_DATES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SOCIETE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,)&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ATELIER]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CATEGORIE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG alt="capture.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173544_capture.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 09:17:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-16T09:17:56Z</dc:date>
    <item>
      <title>compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407411#M820650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1d2129; text-indent: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal;"&gt;Hello everyone&lt;/SPAN&gt;&lt;SPAN style="color: #1d2129; text-indent: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal;"&gt;I want to be able to count the number of a company for the date, company, workshop and category&lt;/SPAN&gt;&lt;SPAN style="color: #1d2129; text-indent: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal;"&gt;Here is the expression I tried to display sum ( aggr(count(distinct MatriculeRegie),%KEY_DATES,[SOCIETE],[ATELIER],[CATEGORIE]))&lt;/SPAN&gt;&lt;SPAN style="color: #1d2129; text-indent: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal;"&gt;The problem is that after the erexion my application ram so I want to rewrite this same expression in set analysis but I do not thank thank you for helping me&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407411#M820650</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407412#M820651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr used like Group By in SQL. So that, You can not do as i aware and what you written is good approach. May be explain little more related about RAM consumption ?? And how many used for &lt;STRONG style="color: #1d2129; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;%KEY_DATES&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 08:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407412#M820651</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-16T08:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407413#M820652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to nested aggregate functions i.e. Sum of DISTINCT COUNT then AGGR is the best choice.&lt;/P&gt;&lt;P&gt;Apologies for not considering this in earlier response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1d2129; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1d2129; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Rahul Pawar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 08:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407413#M820652</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-08-16T08:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407414#M820653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #212121; text-indent: 0px; font-family: arial, sans-serif; font-size: 16px; font-style: normal; font-weight: normal;"&gt;I can send you my application with qvd for you to try to see&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 08:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407414#M820653</guid>
      <dc:creator />
      <dc:date>2017-08-16T08:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407415#M820654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think workfile needed to test. May be use simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT MatriculeRegie) // Take one snapshot for Task manager where you are looking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then use, Aggr(...) then again take snap shot for that. We can notice where we troubleshoot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407415#M820654</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-16T09:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407416#M820655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="EXPLICATION.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173539_EXPLICATION.png" style="width: 620px; height: 308px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407416#M820655</guid>
      <dc:creator />
      <dc:date>2017-08-16T09:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407417#M820656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Here is the slowness when I use the expression(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MatriculeRegie&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KEY_DATES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SOCIETE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,)&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ATELIER]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CATEGORIE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG alt="capture.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173544_capture.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407417#M820656</guid>
      <dc:creator />
      <dc:date>2017-08-16T09:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407418#M820657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right side not correct because you are just doing degrade some fields from expression. Your requirement is simple whether sum(aggr(...Set....),..,..)) in set analysis. My answer is no, What you written is correct approach only. please share images regards this part&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;camille kouaho wrote:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #1d2129; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;The problem is &lt;STRONG&gt;that after the execution my application ram&lt;/STRONG&gt; so I want to rewrite this same expression in set analysis&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Does this ram / RAM in your OS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407418#M820657</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-16T09:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: compter avec set analysys</title>
      <link>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407419#M820658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #212121; text-indent: 0px; font-family: arial, sans-serif; font-size: 16px; font-style: normal; font-weight: normal;"&gt;Ok i understood but it is when i added this table using the aggr that the application started to row ... so in conclusion what to do.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compter-avec-set-analysys/m-p/1407419#M820658</guid>
      <dc:creator />
      <dc:date>2017-08-16T09:30:54Z</dc:date>
    </item>
  </channel>
</rss>

