Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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.