<?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: Qlikview Alert in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Alert/m-p/1036292#M349298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with AGGR function to get list of countries with 0 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alert:&lt;/P&gt;&lt;P&gt;IF( SUM(IF(Aggr(Sum({&amp;lt;[Control Description]={"Claim Payment"},[Fiscal Year Month] = {"2015-02" }&amp;gt;}Record_Count), Country)=0,1,0) &amp;gt; 0 ,&lt;/P&gt;&lt;P&gt;// Email&lt;/P&gt;&lt;P&gt;Concat(IF(Aggr(Sum({&amp;lt;[Control Description]={"Claim Payment"},[Fiscal Year Month] = {"2015-02" }&amp;gt;}Record_Count), Country)=0 , Country ) , ',' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2016 15:05:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-20T15:05:12Z</dc:date>
    <item>
      <title>Qlikview Alert</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Alert/m-p/1036291#M349297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have an alert that sends an email should sum([Record Count])=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However my alert sends all countries and a total for all the countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Control Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Claim Payment',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = { '2015-02' } ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Country Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={AU, BE, CO, DK, EE, FI, FR, DE, GR, IE, IT, KR, LT, LV, MX,&amp;nbsp; NL, NI, NO, PL, PT, ES, SE, CH, TK, UK} &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//if Case Measures = 1, email which country has 1&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Record Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=0)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Alert:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Control Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Claim Payment',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = { '2015-02' } ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Country Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={AU, BE, CO, DK, EE, FI, FR, DE, GR, IE, IT, KR, LT, LV, MX, &lt;BR /&gt; NL, NI, NO, PL, PT, ES, SE, CH, TK, UK} &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//if Case Measures = 1, email which country has 1&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Record Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=0)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&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;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',') &amp;amp; ': Claim Payment is reported as ' &amp;amp; &lt;/SPAN&gt;&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: #800000; font-size: 8pt;"&gt;[Record Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&lt;BR /&gt; )&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Email:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Austria,Belgium,Colombia,Denmark,Estonia,Finland,France,Germany,Greece,Ireland,Italy,Korea,Latvia,Lithuania,Mexico,Netherlands,Northern Ireland,Norway,Poland,Portugal,Spain,Sweden,Switzerland,Turkey,UK: is reported as 26038&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want it to loop through and only show me values of 0 and alert on these. Say if Latvia was 0, an email should come to me saying Latvia is reported as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 11:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Alert/m-p/1036291#M349297</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2016-01-20T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Alert</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Alert/m-p/1036292#M349298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with AGGR function to get list of countries with 0 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alert:&lt;/P&gt;&lt;P&gt;IF( SUM(IF(Aggr(Sum({&amp;lt;[Control Description]={"Claim Payment"},[Fiscal Year Month] = {"2015-02" }&amp;gt;}Record_Count), Country)=0,1,0) &amp;gt; 0 ,&lt;/P&gt;&lt;P&gt;// Email&lt;/P&gt;&lt;P&gt;Concat(IF(Aggr(Sum({&amp;lt;[Control Description]={"Claim Payment"},[Fiscal Year Month] = {"2015-02" }&amp;gt;}Record_Count), Country)=0 , Country ) , ',' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Alert/m-p/1036292#M349298</guid>
      <dc:creator />
      <dc:date>2016-01-20T15:05:12Z</dc:date>
    </item>
  </channel>
</rss>

