Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
eightieschild
Creator
Creator

Live clock extension for Qlik Sense?

Having searched around, I can't find an extension that shows a live clock on a dashboard. There are several tuturials showing how easy (ish) it is to code one using HTML/Javascript, but I've not been able to get one working as a Qlik Sense extension.

Has anyone here successfully built one?

1 Solution

Accepted Solutions
Anonymous
Not applicable

Check out the extension I am attaching

View solution in original post

6 Replies
Anonymous
Not applicable

Hello Chris,

I have an extension that might help your purposes. It is far from being perfect, but maybe it'll make do.

eightieschild
Creator
Creator
Author

Hi David

Nice extension! This could be useful, but I need a digital one with seconds and milliseconds if possible (should have mentioned that).

The use case is to provide a timer for screenshots when performance testing.

Thanks

Chris

Anonymous
Not applicable

Hi Chris,

A digital clock would be even easier. You can reuse quite a lot of the code I sent.

The only setback I see is that you want to see the milliseconds, which would mean running an interval function 1000 times per second.

eightieschild
Creator
Creator
Author

Hi David

I guess 'easier' is relative I'm a bit of a JavaScript newbie, so struggling to translate your code into a digital version.

Any pointers?

Thanks

Chris

Anonymous
Not applicable

Check out the extension I am attaching

eightieschild
Creator
Creator
Author

Hi David

Just tested this and it looks great - I may have a play with the code to make it only display tenths of a second in hindsight, but many thanks for taking the time to put this together!

Thanks again,

Chris