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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ticker for displaying QV values

I'd like to display key values from some QV files and display them in a ticker on a computer. I've seen some shareware options but they0re not very automatic (I have to export values to text file, import into ticker program, etc.) Has anyone ever solved a similar requirement and how?

2 Replies
biester
Specialist
Specialist

Have not yet done this yet but played with the thougt of making a little C# application which reads data from a qvw using the QlikView DCOM and shows it on as simple screen from time to time ... As said, not yet done this, but I think this could work without too much work 😉

Rgds,
Joachim

disqr_rm
Partner - Specialist III
Partner - Specialist III

One option is to make a wizard, if you are using Vista, and put it on desktop - just like those standards ones (clock, etc) on the Vistal desktop. Wizard is nothing but javascript rendering HTML, so I am sure you can make uze of IE plugin and reach to the QVW document.

Just an idea. Will be glad to see someone putting more details on it.