Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am writing an extension for qlikview and I want to change the qlikview current selection from the extension script, is there a possibility to do this?
Hi,
Have a look at the extension object "Better Current Selections" created by Stefan Walther
Better Current Selections Box to Translate & Hide Fields (QlikTip #49)
You can have a look at the code to see how he's doing it and snip parts of it to use in your extension script.
You can only make selections in the dimensions that are exposed to the extension.
The extension functions like any chart in QlikView meaning that it can only select in the underlying hypercube.
There are numerous selection methods on the class Qv.Document.Object.Data