Interval Countdown in a Textbox - Not in AccessPoint
Hello to all of you,
if have a Textbox on my Dashboard which show the User a Countdown with the following Function:
interval(vD_EndeZeit-now(),'-mm:ss')
In the Variable vD_EndeZeit is the following function:
Let vD_EndeZeit = timestamp(now()+(2)/1440));
So the only think what happended is, that i take the Timestamp now and count from 2 Minutes to 0.
But when i open this in the AccessPoint over AJAX the Countdown not count. I only see the seconds frozen. But when i refresh then i see the new counted seconds. Do you have any ideas what can i do? Will it reach when i use the Internet Explorer Plugin or something else?