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: 
Not applicable

Selection toolbar doesn't hide after multiple selections

Hello,

In my custom extensions sometimes I've got a need to select values from different dimensions on user action. So what I do is I call for instance:

self.selectValues(0, [...], true);

self.selectValues(1, [...], true);

Values seems to get selected properly, but after I confirm the selection (I don't use that instant-selection mode) the toolbar doesn't hide and regardless of what I do it stays visible. It seems like a bug to me.

Is there any known workaround?

Kind regards,
Adrian

0 Replies