Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ktikiwala
Luminary
Luminary

Displaying Qlik Dashboard on a TV screen

Hello All,

 

We are trying to put one Qlik Sense app on a TV screen and want the sheets to automatically roll every xx seconds. Have anybody done that? If yes, you you mind sharing how you did it? Any other insights into this will be appreciated. Thanks,

4 Replies
Vegar
MVP
MVP

To present it on a tv screen you will need some kind of web web browser access with network access and license  to your Qlik Sense environment.

You also need to prevent that dashboard from timing out. If you have a browser supporting plugins/extensions then you could try to add an auto-refresh plugin that automatically  refreshes your dashboard every X minutes.

disqr_rm
Partner - Specialist III
Partner - Specialist III

You may find this blog useful for the same/similar use-case: 

https://www.quickintelligence.co.uk/qlik-sense-web-server/

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can use the SIngle Integration API (really a fancy name for a url) to embed the sheets in an html page.  Add a bit of javascript to set a timer and switch pages and you have a rotating show.  See the attached for a working example. This example is set up as a mashup. 

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com

 

ktikiwala
Luminary
Luminary
Author

Hi Vegar,

 

Thanks, I know this and I have already tried this with no success.