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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
kulasekhar
Creator
Creator

Button Action

hhh

Labels (1)
3 Replies
Nicole-Smith
MVP
MVP

All you're missing is a {1} in your set analysis (this will tell it to ignore selections that are already made).

So for Perf:

='('&Concat({1}Distinct MD2,'|')&')'

And for Prog:

='('&Concat({1}Distinct MD1,'|')&')'

I've also attached your example but I've fixed it.

I hope this helps!

petter
Partner - Champion III
Partner - Champion III

Just add the set expression {1} to your Concat()-function in each of the Actions for each button:

='('&Concat( {1} Distinct MD2,'|')&')'

and

='('&Concat( {1} Distinct MD1,'|')&')'

petter
Partner - Champion III
Partner - Champion III

funny that I should post only seconds after Nicole ...