Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

select all fields that meet a condition

Hello

I have two fields FAMILY and IsCapex

I want when the user selects a specific sheet to automatically have selection of all FAMILY values where IsCapex = 1

Please help in the syntax

I can walk on water when it freezes
1 Solution

Accepted Solutions
Not applicable

Right click sheet---> go to Triggers---> Add Action--->Select in Field: FAMILY--->

expression: ='=IsCapex' &'=1'

View solution in original post

2 Replies
Not applicable

Right click sheet---> go to Triggers---> Add Action--->Select in Field: FAMILY--->

expression: ='=IsCapex' &'=1'

ali_hijazi
Partner - Master II
Partner - Master II
Author

thank you for your prompt reply

I can walk on water when it freezes