<?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: need help on alerts condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858704#M1019540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample application so that we can work on your exact output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 10:22:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-06T10:22:30Z</dc:date>
    <item>
      <title>need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858697#M1019533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help on alerts condition..here is my problem.&lt;/P&gt;&lt;P&gt;i have three fields&lt;/P&gt;&lt;P&gt;1.ticket no(two types like "1234567" and "638738")&lt;/P&gt;&lt;P&gt;2.ticket actual effort hours&lt;/P&gt;&lt;P&gt;3.ticket approved hours.&lt;/P&gt;&lt;P&gt;now my requirement is to display alert where the &lt;STRONG&gt;ticket no starting with "12 "and if any ticket's effort hours are greater than of 85% of approved hours.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in Advance.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858697#M1019533</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T10:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858698#M1019534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this alert going to be in a text box or straight table???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858698#M1019534</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-06T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858699#M1019535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;smal clarification condition is for any ticket starting with "12" and actual effort hours greater than 85% of approved hours&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858699#M1019535</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T10:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858700#M1019536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want a pop-up msg for the document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858700#M1019536</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858701#M1019537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am thinking you can color code it using nested if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(ticket_no = '1234567', If(ticket_actual_hours * 0.85 &amp;gt; ticket_approved_hours, yourAlert, yourNoAlert))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement can be used to define colors also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858701#M1019537</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-06T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858702#M1019538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to create alert you need to add one more column named as alert and try the expression like this.&lt;/P&gt;&lt;P&gt;if(wildmatch(ticket_no,'12*')&amp;gt;=1 and (sum(actual_efforts)/sum(approved_hours))&amp;gt;0.85, ticket_no)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858702#M1019538</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-06T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858703#M1019539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this condition works in alert condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858703#M1019539</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T10:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858704#M1019540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample application so that we can work on your exact output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858704#M1019540</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-06T10:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858705#M1019541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;if(wildmatch(ticket_no,'12*')&amp;gt;=1 and (sum(actual_efforts)/sum(approved_hours))&amp;gt;0.85, ticket_no)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;this should do &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858705#M1019541</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-06T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858706#M1019542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash i need to write condition in alert condition&lt;/P&gt;&lt;P&gt;i.e in tools--&amp;gt;alerts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858706#M1019542</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T10:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858707#M1019544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take A chart object &lt;/P&gt;&lt;P&gt;and add ticket no as Dimension &lt;BR /&gt;and use below Expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[ticket no]={'12*'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ticket actual effort hours&lt;/SPAN&gt;)&amp;gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ticket approved hours*0.85)&lt;/SPAN&gt;,sum({&amp;lt;[ticket no]={'12*'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ticket actual effort hours&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858707#M1019544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T10:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858708#M1019545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never used alerts before, so I unfortunately disregard my responses and I hope someone else will be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858708#M1019545</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-06T10:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858709#M1019546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhagirath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response,but i need to write the condition in alerts window for displaying a pop up message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858709#M1019546</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858710#M1019548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(wildmatch(ticket_no,'12*') and actual_efforts/approved_hours &amp;gt;= 0.85, 1, 0) AS AlertFlag;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ticket_no&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;actual_efforts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;approved_hours&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Now in Tools -&amp;gt; Alerts -&amp;gt; Add -&amp;gt; Condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AlertFlag) &amp;gt; 0 and give your message&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858710#M1019548</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-06T10:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858711#M1019549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;Isn't it possible to write a condition directly in alert condition, because my script is bit confusing to write the statements those u mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858711#M1019549</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2015-04-06T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858712#M1019551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858712#M1019551</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-06T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help on alerts condition</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858713#M1019553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression Alert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum(Aggr(if(wildmatch(ticket_no,'12*') and actual_efforts/approved_hours &amp;gt;= 0.85, 1, 0), &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ticket_no)) &amp;gt; 0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 03:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-on-alerts-condition/m-p/858713#M1019553</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-07T03:22:43Z</dc:date>
    </item>
  </channel>
</rss>

