Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

More than one selection for possible values

Hi Team,

I have a company and brand fields in my table. I have a requirement where I will select a brand so that associated company will get automatically selected. So i have used a select field trigger on my brand field as 'only({<Company=P(Company)>}Company)'

But when I am doing this I am not able to select more than 1 brand. how can i select more than 1 brand keeping the functionality same. attached the qvw n sample data for better understanding. Please go to trigger tab to see brand field trigger.

Thanks

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

try this one

='(' & Concat({<Company=P(Company)>} distinct Company,'|') & ')'

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

try this one

='(' & Concat({<Company=P(Company)>} distinct Company,'|') & ')'

Anonymous
Not applicable
Author

Thanks Liron.

This really helps. using this I am able to drag and select multiple brands. but it is not allowing me to click and select multiple brands. in LED check box also it is not happening. it is possible only when I am doing a control select or drag select. please let me know if this is the way.