<?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 Why does my Alert pop-up not apear? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284350#M105694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have setup an alert, which does not seem to work.&lt;/P&gt;&lt;P&gt;In the condition field I have the following:&lt;/P&gt;&lt;P&gt;=if(ArrivalTimeLeft&amp;gt;'00:00:00' and ArrivalTimeLeft &amp;lt; '01:00:00',1,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not work.&lt;/P&gt;&lt;P&gt;I know I have at least one row which matches this value, because I also created a list box with this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I enter '1' in the condition field, it does show the alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 10:11:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-07T10:11:21Z</dc:date>
    <item>
      <title>Why does my Alert pop-up not apear?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284350#M105694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have setup an alert, which does not seem to work.&lt;/P&gt;&lt;P&gt;In the condition field I have the following:&lt;/P&gt;&lt;P&gt;=if(ArrivalTimeLeft&amp;gt;'00:00:00' and ArrivalTimeLeft &amp;lt; '01:00:00',1,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not work.&lt;/P&gt;&lt;P&gt;I know I have at least one row which matches this value, because I also created a list box with this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I enter '1' in the condition field, it does show the alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 10:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284350#M105694</guid>
      <dc:creator />
      <dc:date>2011-12-07T10:11:21Z</dc:date>
    </item>
    <item>
      <title>Why does my Alert pop-up not apear?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284351#M105695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said that you have at least one line that matches, but with this expressions you could have only one value for ArrivalTimeLeft. &lt;/P&gt;&lt;P&gt;You can try to change it to a count: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( count ( if(ArrivalTimeLeft&amp;gt;'00:00:00' and ArrivalTimeLeft &amp;lt; '01:00:00', ArrivalTimeLeft)&amp;gt; 1, 1,0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, if it works, you can try to write in as set analysis to get a better performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( count( {&amp;lt;ArrivalTimeLeft = {"&amp;gt;'00:00:00' &amp;lt;'01:00:00' " }&amp;gt;} ArrivalTimeLeft )&amp;gt;1, 1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284351#M105695</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-12-07T11:01:58Z</dc:date>
    </item>
    <item>
      <title>Why does my Alert pop-up not apear?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284352#M105696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;The below was the solution for my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count ( if(ArrivalTimeLeft&amp;gt;'00:00:00' and ArrivalTimeLeft &amp;lt; '01:00:00',1,'')&amp;gt;0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 13:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-does-my-Alert-pop-up-not-apear/m-p/284352#M105696</guid>
      <dc:creator />
      <dc:date>2011-12-07T13:14:48Z</dc:date>
    </item>
  </channel>
</rss>

