<?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 Where is my mistake? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738323#M452774</link>
    <description>&lt;P&gt;I want to create an alert that would display a list of providers for which the traffic is more than 1000 contexts and the share of 503 codes is more than 20%. For this I do this.&lt;/P&gt;&lt;P&gt;= 'on these providers, with traffic&amp;gt; 1000 contexts, the share of 503 code&amp;gt; 20%:'&lt;SPAN&gt;chr(10) &amp;amp;chr(10)&amp;amp; chr(13)&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Concat(DISTINCT{&amp;lt;provider={'=Count ({&amp;lt;[Code]={"503"},dir={"Out (*"}&amp;gt;}context)/Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;0.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;1000'}&amp;gt;}provider,&amp;nbsp; chr(13))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As a result, a list is issued at the output, in which this "Count ({&amp;lt;Direction = {" Out (* "}&amp;gt;} Context)&amp;gt; 1000 is displayed, and as for the criterion for the share of 503 code, I don’t understand how it works (i.e. very often providers are found for which the share of 503 codes is below 0.2)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 25 Aug 2020 06:23:23 GMT</pubDate>
    <dc:creator>vmonitor</dc:creator>
    <dc:date>2020-08-25T06:23:23Z</dc:date>
    <item>
      <title>Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738323#M452774</link>
      <description>&lt;P&gt;I want to create an alert that would display a list of providers for which the traffic is more than 1000 contexts and the share of 503 codes is more than 20%. For this I do this.&lt;/P&gt;&lt;P&gt;= 'on these providers, with traffic&amp;gt; 1000 contexts, the share of 503 code&amp;gt; 20%:'&lt;SPAN&gt;chr(10) &amp;amp;chr(10)&amp;amp; chr(13)&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Concat(DISTINCT{&amp;lt;provider={'=Count ({&amp;lt;[Code]={"503"},dir={"Out (*"}&amp;gt;}context)/Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;0.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;1000'}&amp;gt;}provider,&amp;nbsp; chr(13))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As a result, a list is issued at the output, in which this "Count ({&amp;lt;Direction = {" Out (* "}&amp;gt;} Context)&amp;gt; 1000 is displayed, and as for the criterion for the share of 503 code, I don’t understand how it works (i.e. very often providers are found for which the share of 503 codes is below 0.2)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738323#M452774</guid>
      <dc:creator>vmonitor</dc:creator>
      <dc:date>2020-08-25T06:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738328#M452776</link>
      <description>&lt;P&gt;Without going much into the detail - a quick fix you can try. Try replacing single quotes with &lt;STRONG&gt;back quotes&lt;/STRONG&gt; for set analysis part, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Concat(DISTINCT{&amp;lt;provider={&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;`&lt;/FONT&gt;&lt;/STRONG&gt;=Count ({&amp;lt;[Code]={"503"},dir={"Out (*"}&amp;gt;}context)/Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;0.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;1000&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;`&lt;/FONT&gt;&lt;/STRONG&gt;}&amp;gt;}provider,&amp;nbsp; chr(13))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738328#M452776</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-25T06:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738398#M452782</link>
      <description>&lt;P&gt;I have got the same resalt.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 09:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738398#M452782</guid>
      <dc:creator>vmonitor</dc:creator>
      <dc:date>2020-08-25T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738399#M452783</link>
      <description>&lt;P&gt;How can I write this condition using aggr and if?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 10:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1738399#M452783</guid>
      <dc:creator>vmonitor</dc:creator>
      <dc:date>2020-08-25T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1740536#M452903</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have tried this one, but nothing changed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= 'on these providers, with traffic&amp;gt; 1000 contexts, the share of 503 code&amp;gt; 20%:'chr(10) &amp;amp;chr(10)&amp;amp; chr(13)&amp;amp;&lt;BR /&gt;concat(aggr(if(COUNT({&amp;lt;Code={"503"},dir={"Out (*"}&amp;gt;}[Call ID])/COUNT({&amp;lt;dir={"Out (*"}&amp;gt;}[Call ID]) &amp;gt; 0.2&lt;BR /&gt;and Count ({&amp;lt;dir={"Out (*"}&amp;gt;}context)&amp;gt;1000'}&amp;gt;}provider,&amp;nbsp; chr(13))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 08:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1740536#M452903</guid>
      <dc:creator>vmonitor</dc:creator>
      <dc:date>2020-09-02T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1742103#M453022</link>
      <description>&lt;P&gt;The following Design Blog post may help in regard to AGGR and Set Analysis:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp; Just wanted to hit you up, as I know we have been having issues with the notifications on things, if you can think of anything else, shout.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 17:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1742103#M453022</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-08T17:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where is my mistake?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1742232#M453035</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50003"&gt;@vmonitor&lt;/a&gt;&amp;nbsp;, Could you please share a sample app where we can see the issue w.r.t.what you are expecting and what you are getting?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 06:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-is-my-mistake/m-p/1742232#M453035</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-09-09T06:00:43Z</dc:date>
    </item>
  </channel>
</rss>

