<?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: Help with aggr count function (with condition) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846223#M69995</link>
    <description>&lt;P&gt;Tresesco, sorry to bother you again but Qlik drives me crazy with these expressions.&lt;/P&gt;&lt;P&gt;I'm trying to calculate something very simple : the number of orders shipped on week 39.&lt;/P&gt;&lt;P&gt;If I use your expression&amp;nbsp; in a "static way" to check the value I have to found :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count(distinct {&amp;lt;[Shipment week]={'202139'}&amp;gt;}[Nr Commande MX])&lt;BR /&gt;It returns 406 -&amp;gt; this is correct.&lt;BR /&gt;&lt;BR /&gt;If I use the other method I found to be able to make the calculation automatically in my&amp;nbsp; straight table :&lt;BR /&gt;=count (distinct {&amp;lt;[COMMANDE]={"=WEEK_SM_REELLE_ZSQ=YEAR_WEEK_REF_TAUX_SERVICE"}&amp;gt;}COMMANDE)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I get :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1634133670229.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64138iB743E8B9574B2792/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_0-1634133670229.png" alt="patricesalem_0-1634133670229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;247, I don't undertand why I get this result...&lt;/P&gt;&lt;P&gt;Even worse, if I click on 202139, then I get the another figure, closer to the 406 :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_1-1634133771152.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64139iC357B92465C6ACDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_1-1634133771152.png" alt="patricesalem_1-1634133771152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It has been driving me nuts for hours if not days that I'm facing exactly the same issue...as soon as I select a planned shipement week in my straight table, the displayed result is not the same as previously displayed when no selection is made.&lt;/P&gt;&lt;P&gt;For this particular example, are you able to explain me why ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 14:04:29 GMT</pubDate>
    <dc:creator>patricesalem</dc:creator>
    <dc:date>2021-10-13T14:04:29Z</dc:date>
    <item>
      <title>Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1845636#M69963</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a detailed table with orders , line of orders, qty and delivery date (to summarize - the table is more complex) :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1634048581898.png" style="width: 493px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64013iFA3F6AF8C2992DB5/image-dimensions/493x181?v=v2" width="493" height="181" role="button" title="patricesalem_0-1634048581898.png" alt="patricesalem_0-1634048581898.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;801 orders is :&amp;nbsp;count(distinct COMMANDE)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next to it, I have a table to summarize all shipment information :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_3-1634049301561.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64018i021585752F8A2286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_3-1634049301561.png" alt="patricesalem_3-1634049301561.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Looking particularely at Late orders , I get 163 :&lt;BR /&gt;Late orders =&amp;nbsp;count(distinct aggr(if(&lt;STRONG&gt;WEEK_SM_REELLE_ZSQ='NOT_DELIVERED_YET'&lt;/STRONG&gt;,COMMANDE,POSTE),YEAR_WEEK_REF_TAUX_SERVICE,COMMANDE))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WEEK_SM_REELLE_ZSQ=shipment week&lt;BR /&gt;COMMANDE=ORDER&lt;BR /&gt;POSTE=LINE&lt;BR /&gt;YEAR_WEEK_REF_TAUX_SERVICE = Planned shipment week/&lt;/P&gt;&lt;P&gt;When I filter the first detailed table on&amp;nbsp;WEEK_SM_REELLE_ZSQ='NOT_DELIVERED_YET', I count 171 late orders&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_2-1634048935552.png" style="width: 477px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64016i2973BDC52EA094A5/image-dimensions/477x128?v=v2" width="477" height="128" role="button" title="patricesalem_2-1634048935552.png" alt="patricesalem_2-1634048935552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At the same time, my summary table is updated and the "late orders "figure moves from 163 to 171. I don't understand why.&lt;/P&gt;&lt;P&gt;Is my aggr formula wrong ?&lt;/P&gt;&lt;P&gt;Any idea how I could make my formula better ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1845636#M69963</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2024-11-15T23:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1845930#M69975</link>
      <description>&lt;P&gt;hello again,&lt;/P&gt;&lt;P&gt;anybody could put me in the right on how to use correctly the distinct, aggr, count combination ?&lt;/P&gt;&lt;P&gt;I know that the positionning of the distinct syntax can have an impact on the results. I can't find the correct way.&lt;/P&gt;&lt;P&gt;I have exported my data to Excel and the correct number of order late I have to find is 171&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 06:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1845930#M69975</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-10-13T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1845947#M69976</link>
      <description>&lt;P&gt;Could your share a&amp;nbsp; sample excel explaining the expected out put in that context?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 07:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1845947#M69976</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-10-13T07:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846027#M69984</link>
      <description>&lt;P&gt;Hello Tresesco&lt;/P&gt;&lt;P&gt;Thanks for your interest in my post !&lt;/P&gt;&lt;P&gt;I'm sending you the detailed order shipment porfolio of orders supposed to be sent on week 39 (Planned shipment week = 202139).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1634114484559.png" style="width: 704px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64103i84B242A9EF578FC1/image-dimensions/704x180?v=v2" width="704" height="180" role="button" title="patricesalem_0-1634114484559.png" alt="patricesalem_0-1634114484559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The excel file is an exportation of a Qlik straight table&lt;/P&gt;&lt;P&gt;The column Shipment week indicates the date of shipment. If the line is not shipped yet (on week 39) then 'NOT_DELIVERED_YET' is indicated&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My need :&lt;BR /&gt;I would like to group in a second straight table the numbers of orders not shipped on week 39. If at least one line of the order is not shipped , then the order is counted as late :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_1-1634114749898.png" style="width: 538px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64104i5756304207509D26/image-dimensions/538x190?v=v2" width="538" height="190" role="button" title="patricesalem_1-1634114749898.png" alt="patricesalem_1-1634114749898.png" /&gt;&lt;/span&gt;&lt;BR /&gt;171 orders&lt;/P&gt;&lt;P&gt;Note that an order can have lines shipped on time and line not shipped :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_2-1634115160692.png" style="width: 545px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64105i43AC3401F12569A1/image-dimensions/545x56?v=v2" width="545" height="56" role="button" title="patricesalem_2-1634115160692.png" alt="patricesalem_2-1634115160692.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 08:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846027#M69984</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-10-13T08:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846100#M69989</link>
      <description>&lt;P&gt;If you have those dimensions in the chart, you can avoid aggr() and try expression like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=count(distinct {&amp;lt;[Shipment week]={'NOT_DELIVERED_YET'}&amp;gt;}[Nr Commande MX])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;and if you have to use aggr, then include the shipment week also in dimension list in aggr, like:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;count(distinct aggr(if(&lt;/SPAN&gt;WEEK_SM_REELLE_ZSQ='NOT_DELIVERED_YET'&lt;SPAN&gt;,COMMANDE,POSTE),YEAR_WEEK_REF_TAUX_SERVICE,&lt;STRONG&gt;WEEK_SM_REELLE_ZSQ,&lt;/STRONG&gt;COMMANDE))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 11:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846100#M69989</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-10-13T11:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846132#M69992</link>
      <description>&lt;P&gt;Great it works like a charm, well done ! (I've used the first option...)&lt;/P&gt;&lt;P&gt;Maybe, could you help me with the use of your first syntax&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to count the number of orders that are shipped in advance (WEEK_SM_REELLE_ZSQ&amp;lt;YEAR_WEEK_REF_TAUX_SERVICE)&lt;/P&gt;&lt;P&gt;I tried :&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count (distinct {&amp;lt;WEEK_SM_REELLE_ZSQ={"&amp;lt;YEAR_WEEK_REF_TAUX_SERVICE"},POSTE_ON_TIME_ZSQ={'1'}&amp;gt;}COMMANDE)&lt;/P&gt;&lt;P&gt;it returns 0...&lt;/P&gt;&lt;P&gt;I have also tried different variations :&lt;/P&gt;&lt;P&gt;=count (distinct {&amp;lt;WEEK_SM_REELLE_ZSQ=YEAR_WEEK_REF_TAUX_SERVICE,POSTE_ON_TIME_ZSQ={'1'}&amp;gt;}COMMANDE)&lt;/P&gt;&lt;P&gt;=count (distinct {&amp;lt;WEEK_SM_REELLE_ZSQ={YEAR_WEEK_REF_TAUX_SERVICE},POSTE_ON_TIME_ZSQ={'1'}&amp;gt;}COMMANDE)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've been using this syntax in the past (with another QVF) but instead of having&amp;nbsp; a field name (YEAR_WEEK_REF_TAUX_SERVICE), I was using a variable and could use &amp;lt; or &amp;gt; operators :&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[D_SALES.autoCalendar.#Week]={&lt;STRONG&gt;"&amp;lt;$(VCurrentWeek)"&lt;/STRONG&gt;}-1,[Family code]-={'60'},[HIERARCHIE]-={"PIECE*"}&amp;gt;}QTE_POSTE)&lt;/P&gt;&lt;P&gt;Any idea&amp;nbsp;&lt;/P&gt;&lt;P&gt;BIG THANK AGAIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 12:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846132#M69992</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-10-13T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846161#M69994</link>
      <description>&lt;P&gt;I found the solution using &lt;A title="Q-Tip # 14 – AGGR() and Synthetic Dimensions" href="https://www.naturalsynergies.com/q-tip-14-aggr-and-synthetic-dimensions/" target="_blank" rel="noopener"&gt;this blog post&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count (distinct {&amp;lt;[COMMANDE]={"=WEEK_SM_REELLE_ZSQ&amp;lt;YEAR_WEEK_REF_TAUX_SERVICE"}&amp;gt;}COMMANDE)&lt;/P&gt;&lt;P&gt;And to go further, I able to count the number of orders shipped in advance complete (all requested qty shipped)&lt;/P&gt;&lt;P&gt;=count (distinct {&amp;lt;[COMMANDE]={"=WEEK_SM_REELLE_ZSQ&amp;lt;YEAR_WEEK_REF_TAUX_SERVICE and sum(QTE_POSTE)=sum(QTE_EXPEDIEE_ZSQ)"}&amp;gt;}COMMANDE)&lt;/P&gt;&lt;P&gt;Thanks again ..I've been looking for a solution for hours...your input opened new doors for me&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846161#M69994</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-10-13T13:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846223#M69995</link>
      <description>&lt;P&gt;Tresesco, sorry to bother you again but Qlik drives me crazy with these expressions.&lt;/P&gt;&lt;P&gt;I'm trying to calculate something very simple : the number of orders shipped on week 39.&lt;/P&gt;&lt;P&gt;If I use your expression&amp;nbsp; in a "static way" to check the value I have to found :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count(distinct {&amp;lt;[Shipment week]={'202139'}&amp;gt;}[Nr Commande MX])&lt;BR /&gt;It returns 406 -&amp;gt; this is correct.&lt;BR /&gt;&lt;BR /&gt;If I use the other method I found to be able to make the calculation automatically in my&amp;nbsp; straight table :&lt;BR /&gt;=count (distinct {&amp;lt;[COMMANDE]={"=WEEK_SM_REELLE_ZSQ=YEAR_WEEK_REF_TAUX_SERVICE"}&amp;gt;}COMMANDE)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I get :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1634133670229.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64138iB743E8B9574B2792/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_0-1634133670229.png" alt="patricesalem_0-1634133670229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;247, I don't undertand why I get this result...&lt;/P&gt;&lt;P&gt;Even worse, if I click on 202139, then I get the another figure, closer to the 406 :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_1-1634133771152.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64139iC357B92465C6ACDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_1-1634133771152.png" alt="patricesalem_1-1634133771152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It has been driving me nuts for hours if not days that I'm facing exactly the same issue...as soon as I select a planned shipement week in my straight table, the displayed result is not the same as previously displayed when no selection is made.&lt;/P&gt;&lt;P&gt;For this particular example, are you able to explain me why ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 14:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846223#M69995</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-10-13T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846573#M70018</link>
      <description>&lt;P&gt;Don't worry, set analysis or qlik for that matter drives most of us crazy at some point of time because it has huge potential and flexibility leading to also bring complexity with it.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; But good thing is that once you are close to mastering it - you are far from being crazy as well; so with time - you will champion it some day.&lt;/P&gt;&lt;P&gt;The section -&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;[COMMANDE]={"=WEEK_SM_REELLE_ZSQ=YEAR_WEEK_REF_TAUX_SERVICE"}&lt;/FONT&gt; of your expression is little tricky; it works as expected depending on couple of things. I am not going&amp;nbsp; much deep into it here. Instead, let me ask you your expected output so that I can try couple of things and validate based on your already shared data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 05:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846573#M70018</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-10-14T05:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with aggr count function (with condition)</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846837#M70032</link>
      <description>&lt;P&gt;Tresesco&lt;/P&gt;&lt;P&gt;thanks for your help. To avoid mixing two questions, I have opened another question...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Count-distinct-not-working-as-expected-in-set-expression/m-p/1846691#M70023" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Count-distinct-not-working-as-expected-in-set-expression/m-p/1846691#M70023&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 12:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-aggr-count-function-with-condition/m-p/1846837#M70032</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-10-14T12:23:41Z</dc:date>
    </item>
  </channel>
</rss>

