<?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 Qlik Cloud Alerts in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513727#M105372</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a table chart with System as Dim and measure as Known System Attempts Failure&lt;BR /&gt;&lt;BR /&gt;Now, I have an requirement that if total of the "Known System Attempts Failure"&amp;nbsp; is more than 1% and Total System Access Attempts are &amp;gt;500 in rolling 24 hours send an alert&lt;BR /&gt;&lt;BR /&gt;My measure as :&lt;BR /&gt;Known System Attempts Failure = Count of System Failures /Total System Access Attempts&lt;BR /&gt;If Totals turns 0.6 to 1% then I need to send alert&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System&amp;nbsp; &amp;nbsp; &amp;nbsp;Known System Attempts Failure&lt;BR /&gt;&lt;/STRONG&gt;Totals&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.6%(66/11,336)&lt;BR /&gt;&lt;BR /&gt;ABC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.7% (32/4279)&lt;BR /&gt;AEF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.6% (32/5717)&amp;nbsp;&lt;BR /&gt;AJS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.4% (5/1340)&lt;/P&gt;&lt;P&gt;How I can do this, How to create conditions based on above&lt;BR /&gt;&lt;BR /&gt;Please help, Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2025 17:57:52 GMT</pubDate>
    <dc:creator>Vaishnav16</dc:creator>
    <dc:date>2025-04-09T17:57:52Z</dc:date>
    <item>
      <title>Qlik Cloud Alerts</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513727#M105372</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a table chart with System as Dim and measure as Known System Attempts Failure&lt;BR /&gt;&lt;BR /&gt;Now, I have an requirement that if total of the "Known System Attempts Failure"&amp;nbsp; is more than 1% and Total System Access Attempts are &amp;gt;500 in rolling 24 hours send an alert&lt;BR /&gt;&lt;BR /&gt;My measure as :&lt;BR /&gt;Known System Attempts Failure = Count of System Failures /Total System Access Attempts&lt;BR /&gt;If Totals turns 0.6 to 1% then I need to send alert&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System&amp;nbsp; &amp;nbsp; &amp;nbsp;Known System Attempts Failure&lt;BR /&gt;&lt;/STRONG&gt;Totals&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.6%(66/11,336)&lt;BR /&gt;&lt;BR /&gt;ABC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.7% (32/4279)&lt;BR /&gt;AEF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.6% (32/5717)&amp;nbsp;&lt;BR /&gt;AJS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.4% (5/1340)&lt;/P&gt;&lt;P&gt;How I can do this, How to create conditions based on above&lt;BR /&gt;&lt;BR /&gt;Please help, Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 17:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513727#M105372</guid>
      <dc:creator>Vaishnav16</dc:creator>
      <dc:date>2025-04-09T17:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud Alerts</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513772#M105376</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({&amp;lt; TimestampField={"&amp;gt;=$(=Now()-1)"} &amp;gt;} FailureCount)&lt;/P&gt;&lt;P&gt;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum({&amp;lt; TimestampField={"&amp;gt;=$(=Now()-1)"} &amp;gt;} AccessCount)&lt;/P&gt;&lt;P&gt;) &amp;gt; 0.01&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; TimestampField={"&amp;gt;=$(=Now()-1)"} &amp;gt;} AccessCount) &amp;gt; 500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can set this expression to alert according to your frequency&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513772#M105376</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-04-10T05:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud Alerts</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513868#M105392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49432"&gt;@Chanty4u&lt;/a&gt;&amp;nbsp;, Thanks for replying&lt;BR /&gt;&lt;BR /&gt;I have now added Access Attempts in table also&lt;BR /&gt;For the first condition to show "&lt;SPAN&gt;Known System Attempts Failure" &amp;gt; 1%, I did like added like below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vaishnav16_0-1744292697708.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179539i8212881B1CB89AE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vaishnav16_0-1744292697708.png" alt="Vaishnav16_0-1744292697708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But for 2nd condition is if Access Attempts from yesterday is &amp;gt;= 500, For this I've given measure as "Access Attempts", but what to include in value to get condition if Access Attempts from yesterday is &amp;gt;=500 send alert&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vaishnav16_1-1744292908935.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179540i04F3C2BA7F75CD84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vaishnav16_1-1744292908935.png" alt="Vaishnav16_1-1744292908935.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please reply back&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 13:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Cloud-Alerts/m-p/2513868#M105392</guid>
      <dc:creator>Vaishnav16</dc:creator>
      <dc:date>2025-04-10T13:48:44Z</dc:date>
    </item>
  </channel>
</rss>

