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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
liam_hanninen
Creator
Creator

Add Selections Pane to Mashups

Maybe I'm looking in the wrong spot or using the wrong search words but how do you enable the selections pane in a Qlik Sense mashup? The below screenshot is from a youtube video (that does not seem to explain this).

browserselections.png

1 Solution

Accepted Solutions
Anonymous
Not applicable

Liam,

Try the following in your mashup JS file that connects to your sense application, where the variable "app" the a connection to your application:

app.getObject('CurrentSelections','CurrentSelections');

If you're are developing in the Dev Hub there is a checkbox below your preview pane to include selections. All it does is add the code above to your JS file.

Cheers,

Adam

View solution in original post

1 Reply
Anonymous
Not applicable

Liam,

Try the following in your mashup JS file that connects to your sense application, where the variable "app" the a connection to your application:

app.getObject('CurrentSelections','CurrentSelections');

If you're are developing in the Dev Hub there is a checkbox below your preview pane to include selections. All it does is add the code above to your JS file.

Cheers,

Adam