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: 
raju_salmon
Creator II
Creator II

Automate selection in list based on one value selection

Hi All,

I have list box with version information like below. When user select any value from 1.0 to 1.9, it should automatically select all values of version 1. Can we achieve this? if yes, what would be the process? Thanks

 

Doc Versions
1.0.1
1.1
1.2.3
1.2.6
1.3
1.9
2.0
2.0.2
2.3.2
2.5
2.8
2.9
3.0
3.6

Regards,

Raju

1 Solution

Accepted Solutions
tresesco
MVP
MVP

6 Replies
tresesco
MVP
MVP

PFA

ajsjoshua
Specialist
Specialist

Hi,

wildMatch(Versions, ‘*1*’)



Regards,

Joshua.

raju_salmon
Creator II
Creator II
Author

Thanks Tresesco.

May i know why this list box showing default all selected? Can we clear this by default?

raju_salmon
Creator II
Creator II
Author

Thank you Joshua.


Do i need to use this at field trigger? Can you provide information please.

ajsjoshua
Specialist
Specialist

Hi,

Try it in list box expression.

tresesco
MVP
MVP

Yes you can. PFA