

Contributor
ā2019-08-29
06:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Timer Qlikview
Hi! Everyone, i have a doubt, i want to do a live clock in my qlikview web application. i tried to use the now() function, but the clock remains frozen until i change tabs or click on the work area. any idea or suggestion?
ThankĀ“s!
830 Views
2 Replies


Master II
ā2019-08-29
09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Did you try =now(1) in text box?
From the help text:
now( [ timer_mode] )
Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:
0 Time at script run
1 Time at function call
2 Time when the document was opened
Default timer_mode is 1. The timer_mode = 1 should be used with caution, since it polls the operating system every second and hence could slow down the system.
Thanks,
Siva
Did you try =now(1) in text box?
From the help text:
now( [ timer_mode] )
Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:
0 Time at script run
1 Time at function call
2 Time when the document was opened
Default timer_mode is 1. The timer_mode = 1 should be used with caution, since it polls the operating system every second and hence could slow down the system.
Thanks,
Siva
809 Views
.png)
Former Employee
ā2019-09-09
04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Enrique, check out the following Community post, someone put together an extension for this, will require Web View/Ajax, but if you are using Ajax client, this may do what you want.
https://community.qlik.com/t5/QlikView-App-Development/Live-Clock-for-Web-View/m-p/983505#M335695
Regards,
Brett
To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
777 Views
