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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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 ...