<?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 Alert Generation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239641#M90247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following formula for alert generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Aggr((Sum(Sales)&amp;lt;=100), Country),Sum(Sales),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i get the value in MSG box always 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help i want to display only those values whose sale value is less than or equal to 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 06:59:08 GMT</pubDate>
    <dc:creator>rajtechnocraft</dc:creator>
    <dc:date>2010-10-18T06:59:08Z</dc:date>
    <item>
      <title>Alert Generation</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239641#M90247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following formula for alert generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Aggr((Sum(Sales)&amp;lt;=100), Country),Sum(Sales),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i get the value in MSG box always 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help i want to display only those values whose sale value is less than or equal to 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 06:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239641#M90247</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2010-10-18T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Alert Generation</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239642#M90248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you using that formula? Without describing the problem, nobody can help you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, are you really sure you need the "aggr" keyword? If you are using the formula outside of a chart expression, why you should pre-aggregate by Country?&lt;/P&gt;&lt;P&gt;If you are trying to make Country a dimension of your chart, but want to filter out values "with low sales", so to speak, you could use set analysis in your chart expressions or even your chart dimension:&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;Country = {"=(Sum(Sales) &amp;gt;= 100)"} &amp;gt;} Country)&lt;/P&gt;&lt;P&gt;I just typed this here, so I didn't checked it, but it should work. The idea is to show the Country ONLY where the sum of sales is greater or equal to 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 11:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239642#M90248</guid>
      <dc:creator />
      <dc:date>2010-10-18T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Alert Generation</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239643#M90249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding some notes: if you want to work on the chart dimension, you should use Aggr(Only(... Country), Country).&lt;/P&gt;&lt;P&gt;If you want to work on the expressions, just copy and paste the Set part beetween {}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 11:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-Generation/m-p/239643#M90249</guid>
      <dc:creator />
      <dc:date>2010-10-18T11:49:45Z</dc:date>
    </item>
  </channel>
</rss>

