Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kulasekhar
Creator
Creator

Button Action

hhh

3 Replies
Nicole-Smith

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 ...