Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview selections from an extension

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?

2 Replies
simondachstr
Luminary Alumni
Luminary Alumni

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.

Alexander_Thor
Employee
Employee

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