Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to interact with a qlikview dashboard in a web browser programmatically. Basically I'd like to make selections and clear them without using the mouse. This discussion touches on exactly what I'd like to do when it talks about listboxes: community.qlik.com/thread/129154 except it talks about writing a program and not interacting with the dashboard through the browser console.
Does anyone know how, working in the browser console, I can get the objects on the dashboard (charts, listboxes, etc) and interact with them (clicks, selections, etc.)?
Thanks.
Basically I'd like to make selections and clear them without using the mouse.
You can pass selections to a listbox or use bookmarks, but that's pretty much it. See Passing Parameters in a URL and Document Chaining.
Does anyone know how, working in the browser console, I can get the objects on the dashboard (charts, listboxes, etc) and interact with them (clicks, selections, etc.)?
You can't.