Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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.