<?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 when clicking on a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393041#M1163559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Can anyone suggest how to achieve an alert when clicking on a button?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;or Is there any way where we have a text box who's color changes after every 5 seconds?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 06:51:14 GMT</pubDate>
    <dc:creator>thomas_skariah</dc:creator>
    <dc:date>2012-10-09T06:51:14Z</dc:date>
    <item>
      <title>Alert when clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393041#M1163559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Can anyone suggest how to achieve an alert when clicking on a button?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;or Is there any way where we have a text box who's color changes after every 5 seconds?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 06:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393041#M1163559</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-09T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393042#M1163560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="xpndit_tooltip" style="display: none; position: absolute; overflow: hidden; max-width: 400px; background-color: #fefefe; border: 1px solid #aaaaaa; padding: 4px 8px; font-size: 11px; letter-spacing: 0px; color: #000000; z-index: 5000; line-height: 120%; text-align: left; border-radius: 5px 5px 5px 5px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="xpndit_tooltip" style="display: none; position: absolute; overflow: hidden; max-width: 400px; background-color: #fefefe; border: 1px solid #aaaaaa; padding: 4px 8px; font-size: 11px; letter-spacing: 0px; color: #000000; z-index: 5000; line-height: 120%; text-align: left; border-radius: 5px 5px 5px 5px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;are you looking for soomething like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 07:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393042#M1163560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-09T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393043#M1163561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use this code for color change of textbox or button.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just add this code in calculated color....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Second(now(1))&amp;lt;=5,RGB(255,0,0),&lt;/P&gt;&lt;P&gt;if(Second(now(1))&amp;gt;5 and Second(now(1))&amp;lt;=10,RGB(0,255,0),&lt;/P&gt;&lt;P&gt;if(Second(now(1))&amp;gt;10 and Second(now(1))&amp;lt;=15,RGB(0,0,255),rgb(255,255,0)&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23127" class="jive-image" alt="par.JPG" src="https://community.qlik.com/legacyfs/online/23127_par.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 07:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393043#M1163561</guid>
      <dc:creator />
      <dc:date>2012-10-09T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393044#M1163562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks Aadil thanks Parag,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;for your kind support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 08:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert-when-clicking-on-a-button/m-p/393044#M1163562</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-09T08:14:19Z</dc:date>
    </item>
  </channel>
</rss>

