Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikwiz123
Creator III
Creator III

Select values in a field based on Selections on the same field

LOCAL
SALES
CORPORATE
MARKETING
EVENTS
MAINTENANCE
MEDICAL
PUBLICITY

 

This is my Field - LOCAL

Whenever I select any value, it should also select 'MEDICAL' and 'PUBLICITY' values.

Example- Selecting 'SALES' should select 'SALES','MEDICAL', and 'PUBLICITY'.

Selecting 'MAINTENANCE should select MAINTENANCE, MEDICAL and PUBLICITY

Labels (2)
2 Solutions

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi 

go to document properties 

and triggers there you'll go to the second section , field action 

image.png

select the local field and than click on the button under on select 

add 2 actions type toggle select

View solution in original post

Saravanan_Desingh

In addition to @lironbaram  idea, use the below expression for the Field LOCAL in the Trigger.

='('&GetFieldSelections(LOCAL)& ' | "MEDICAL" | "PUBLICITY")'

 

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi 

go to document properties 

and triggers there you'll go to the second section , field action 

image.png

select the local field and than click on the button under on select 

add 2 actions type toggle select

Saravanan_Desingh

In addition to @lironbaram  idea, use the below expression for the Field LOCAL in the Trigger.

='('&GetFieldSelections(LOCAL)& ' | "MEDICAL" | "PUBLICITY")'