<?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: count distinct for service level calculation - not working perfectly as intended in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1920123#M75740</link>
    <description>&lt;P&gt;Hi Anthony&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're right by indicating [COMMANDE] in the exclusion, I would get the correct result but then my relationship between the summary table and the detailed table would not work. Because of granularity in my data structure, I must keep a unique ID for each line of order that is repeated week after week until the order is fully delivered. Thanks to the support of&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146379"&gt;@stevejoyce&lt;/a&gt;&amp;nbsp;at the beginning of my project, I found out how to set up correctly my data structure...but now, as you understand, it leads me to this new calculation issue...it's a never ending story !&lt;/P&gt;
&lt;P&gt;Anyway, I have compiled an example with 2 orders&lt;/P&gt;
&lt;P&gt;On week 2022_06, the summary table should tell me : 2 orders shipped, one on time, the other one late. This is not what I get&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1650402877103.png" style="width: 615px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77442iF6EDADB1359244DE/image-dimensions/615x110?v=v2" width="615" height="110" role="button" title="patricesalem_0-1650402877103.png" alt="patricesalem_0-1650402877103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The details of these orders on week 2022_06 says :&lt;BR /&gt;one order (2264668) composed of 2 lines - both are shipped on time&lt;BR /&gt;one order with 9 lines : 3 lines are shipped full and on time. the other ones have not been shipped yet (or at least not full) :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_1-1650403083384.png" style="width: 720px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77445i6D0E51BD2BD141E9/image-dimensions/720x232?v=v2" width="720" height="232" role="button" title="patricesalem_1-1650403083384.png" alt="patricesalem_1-1650403083384.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have attached the QVF to help you run some tests...hopefully you will be better than me !&lt;/P&gt;
&lt;P&gt;thanks again&lt;/P&gt;
&lt;P&gt;pat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 21:28:18 GMT</pubDate>
    <dc:creator>patricesalem</dc:creator>
    <dc:date>2022-04-19T21:28:18Z</dc:date>
    <item>
      <title>count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1917092#M75460</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a while back&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146379"&gt;@stevejoyce&lt;/a&gt;&amp;nbsp;gave me a great hand to help me finalizing the calculation of my company service level.&lt;/P&gt;
&lt;P&gt;It's working great except on some cases.&lt;/P&gt;
&lt;P&gt;I have a table summarizing the service level for all orders to be shipped on a given week - looking at a particular order, the table shows :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1649707676712.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76825i02417F83F0BE8E7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_0-1649707676712.png" alt="patricesalem_0-1649707676712.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For the same order my count distinct formulas indicate that it's been shipped late and on time.&lt;/P&gt;
&lt;P&gt;The order containts various lines, some have been shipped on time, others not :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_1-1649708120903.png" style="width: 571px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76826iDC59DA6B8079E8DA/image-dimensions/571x185?v=v2" width="571" height="185" role="button" title="patricesalem_1-1649708120903.png" alt="patricesalem_1-1649708120903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see 3 lines have been shipped on time and complete on week 202206, 7 lines have not been shipped on time on complete.&lt;/P&gt;
&lt;P&gt;My summary table contains the following formula to calculte if the &lt;STRONG&gt;order has been shipped on time and complete&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=count (distinct {&amp;lt;[Unique_ID]={"=[Planned shipment week]=[Shipment week] "},&lt;BR /&gt;line_shipped_on_time_complete={1}&amp;gt;}[COMMANDE])&lt;BR /&gt;&lt;/STRONG&gt;It considers that if at least 1 line has been shipped on time, the full order has been shipped on time.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;I would like the calculation to indicate that the order is considered as&lt;STRONG&gt; shipped on time and complete if all the lines of the order are shipped on time. &lt;BR /&gt;I don't know how to do it.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My summary table contains the following formula to calculte&lt;STRONG&gt; if the order has been shipped late&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count (distinct {&amp;lt;[Unique_ID]={"=[Planned shipment week]=[Shipment week] "}, &lt;BR /&gt;line_shipped_on_time_complete={0}&amp;gt;}[COMMANDE])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;That's working fine as as soon as one line is late, the full order is considered as being late.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks a lot in advance for your help&lt;BR /&gt;Pat&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 20:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1917092#M75460</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2022-04-11T20:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1917173#M75461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44827"&gt;@patricesalem&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is the perfect use case for the P( ) and E( ) functions in Qlik. Set Analysis usually searches across rows and associations to the row to aggregate but these "Possible" and "Exclude" functions have the ability to search vertically through your data and return a list of values to pass through to your set analysis:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count (distinct {&amp;lt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Unique_ID] = E({1&amp;lt;line_shipped_on_time_complete={0}&amp;gt;}[Unique_ID])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;}&lt;/STRONG&gt;&lt;STRONG&gt;[COMMANDE])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The exclude function compiles a list of all the &lt;STRONG&gt;[Unique_ID]&lt;/STRONG&gt; that are flagged as &lt;STRONG&gt;0&lt;/STRONG&gt; and removes all those ID's from the calculation of your measure. This way it doesn't matter if an ID has 10 records flagged as 1, if there's even one 0, it will be removed from calculation.&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 04:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1917173#M75461</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-04-12T04:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1918064#M75513</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1157"&gt;@anthonyj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your help, I didn't know these functions.&lt;/P&gt;
&lt;P&gt;I though it did the job in the first place.&lt;/P&gt;
&lt;P&gt;I might know why. The function removes all the same unique_id if at least one line is=0.&lt;BR /&gt;Nevertheless, for a same order (COMMANDE), I have a x lines of order (each line has a unique ID).&lt;BR /&gt;So basically, the count function should returns 0 for the "commande" (order) if at least an order line has line_shipped_on_time_complete=0&lt;/P&gt;
&lt;P&gt;it's not the case with your proposal :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1649859527435.png" style="width: 460px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76999i25B005D7E06AE8C2/image-dimensions/460x23?v=v2" width="460" height="23" role="button" title="patricesalem_0-1649859527435.png" alt="patricesalem_0-1649859527435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_3-1649859608129.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77002i8FBC6187482213C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_3-1649859608129.png" alt="patricesalem_3-1649859608129.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_2-1649859585616.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77001i703F7817BA974310/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patricesalem_2-1649859585616.png" alt="patricesalem_2-1649859585616.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a solution would be&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count (distinct {&amp;lt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[COMMANDE] = E({1&amp;lt;line_shipped_on_time_complete={0}&amp;gt;}[COMMANDE])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;}&lt;/STRONG&gt;&lt;STRONG&gt;[COMMANDE])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;but if I do so, my detailed table is not "linked" anymore to my summary table. So I have to keep Unique_ID in my formula&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;any more idea?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pat&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1918064#M75513</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2022-04-13T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1918353#M75518</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1157"&gt;@anthonyj&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146379"&gt;@stevejoyce&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any tip you could give to try to find a solution.&amp;nbsp;&lt;BR /&gt;if necessary I can share a sample of my qvf to make testing available for those who could give me a hand.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;thanks a lot for your help !&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 06:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1918353#M75518</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2022-04-14T06:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1918785#M75552</link>
      <description>&lt;P&gt;I have tried to use :&lt;/P&gt;
&lt;P&gt;count(distinct if (count({&amp;lt;[Unique_ID],POSTE_ON_TIME_ZSQ={1}&amp;gt;}[COMMANDE])=count({&amp;lt;[Unique_ID]&amp;gt;}[COMMANDE]),[COMMANDE]))&lt;/P&gt;
&lt;P&gt;but I can't use nested aggregation formula, is telling me Qlik...&lt;/P&gt;
&lt;P&gt;so back to square&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 22:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1918785#M75552</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2022-04-14T22:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1919566#M75665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sorry, You're right it should have been &lt;STRONG&gt;[COMMANDE]&lt;/STRONG&gt; (Order No) in the exclusion not the [Unique_ID]. This will flag the whole order as arriving on time or not but it seems like that the relationship to another summary table is not correct?&lt;/P&gt;
&lt;P&gt;A QVF with some dummy data would be great. An example of the expected outcome for the table would help as well so we have a target to work towards.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 22:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1919566#M75665</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-04-18T22:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1920123#M75740</link>
      <description>&lt;P&gt;Hi Anthony&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're right by indicating [COMMANDE] in the exclusion, I would get the correct result but then my relationship between the summary table and the detailed table would not work. Because of granularity in my data structure, I must keep a unique ID for each line of order that is repeated week after week until the order is fully delivered. Thanks to the support of&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146379"&gt;@stevejoyce&lt;/a&gt;&amp;nbsp;at the beginning of my project, I found out how to set up correctly my data structure...but now, as you understand, it leads me to this new calculation issue...it's a never ending story !&lt;/P&gt;
&lt;P&gt;Anyway, I have compiled an example with 2 orders&lt;/P&gt;
&lt;P&gt;On week 2022_06, the summary table should tell me : 2 orders shipped, one on time, the other one late. This is not what I get&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_0-1650402877103.png" style="width: 615px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77442iF6EDADB1359244DE/image-dimensions/615x110?v=v2" width="615" height="110" role="button" title="patricesalem_0-1650402877103.png" alt="patricesalem_0-1650402877103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The details of these orders on week 2022_06 says :&lt;BR /&gt;one order (2264668) composed of 2 lines - both are shipped on time&lt;BR /&gt;one order with 9 lines : 3 lines are shipped full and on time. the other ones have not been shipped yet (or at least not full) :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patricesalem_1-1650403083384.png" style="width: 720px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77445i6D0E51BD2BD141E9/image-dimensions/720x232?v=v2" width="720" height="232" role="button" title="patricesalem_1-1650403083384.png" alt="patricesalem_1-1650403083384.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have attached the QVF to help you run some tests...hopefully you will be better than me !&lt;/P&gt;
&lt;P&gt;thanks again&lt;/P&gt;
&lt;P&gt;pat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 21:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1920123#M75740</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2022-04-19T21:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1921072#M75830</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1157"&gt;@anthonyj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;by any chance, have you found the time to download the qvf and try some expressions ?&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pat&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1921072#M75830</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2022-04-21T19:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct for service level calculation - not working perfectly as intended</title>
      <link>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1927135#M76348</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44827"&gt;@patricesalem&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry I haven't been able to get back to you sooner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, keeping grain in mind is tricky. I've been looking at your QVF file and added [COMMANDE]&amp;nbsp; as a replacement to the exclusion as we mentioned. I might be missing something but it is coming up as you explained. 2 Orders shipped, 1 late and 1 on time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count (distinct {&amp;lt;COMMANDE=E({1&amp;lt;POSTE_ON_TIME_ZSQ={0}&amp;gt;}COMMANDE)&amp;gt;}[COMMANDE])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anthonyj_0-1651798241495.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78790i28E8CDB66B02A80C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anthonyj_0-1651798241495.png" alt="anthonyj_0-1651798241495.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since your table is at the orders level I also changed the "Orders Shipped Late" column so it is the opposite of the "Shipped on time". This populates the "1" all the way through the weeks calculation.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count (distinct {&amp;lt;COMMANDE=P({1&amp;lt;POSTE_ON_TIME_ZSQ={0}&amp;gt;}COMMANDE)&amp;gt;}[COMMANDE])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I noticed that you had set up a button to show/hide a column. I picked up a trick from Patric Nordstrom in one of his reports that puts this into one button to optimise space.&lt;/P&gt;
&lt;P&gt;I've attached the altered qvf.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 01:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/count-distinct-for-service-level-calculation-not-working/m-p/1927135#M76348</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-05-06T01:28:34Z</dc:date>
    </item>
  </channel>
</rss>

