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: 
JohnIssue
Contributor III
Contributor III

Set QUICK selection for certain object in Qlik Mashup

Hi everyone!

I wonder if it is possible to set the 'Quick' Selection for a specific object in a qlik Mashup. Witch 'Quick' Selection I refer to the action of make a selection when clicking in a value, without the toolbar with clear(✕) and confirm(✔) buttons.

I was trying something like:

{ appName: $rootScope.app, objectParam: {"noSelections": false},selectionMode:"QUICK", objectId: 'XXXX' }
 
Thanks in advance!!
Labels (1)
  • API

1 Reply
alex_colombo
Employee
Employee

Hi @JohnIssue , this kind of selection mode is available when you build a custom extensions. See here for more info.

I was not able to find a way to apply this selection mode to an existing chart.