Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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.

Unbenannt.JPG

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?

Thank you for your help.

Kind Regards

1 Reply
Anonymous
Not applicable
Author

I tried it with the IE Plugin, this will work. But in Ajax not.