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

selection of three field in one trigger

i have sheet1 and sheet2 and i have category name X,Y,Z,A,B

Now whenever i activate sheet1 i want X,Y,Z to be selected ans when i navigate to sheet2 i want A,B to get selected.

How to do it?

Note i dont have any list box so select all three together.

1 Solution

Accepted Solutions
calvindk
Creator III
Creator III

The syntax would be like this

='(X|Y|Z)'

View solution in original post

4 Replies
calvindk
Creator III
Creator III

You can do "Settings" > "Sheet Properties" > "Triggers" > "On activate sheet"

Then add the selections you want

saumyashah90
Specialist
Specialist
Author

yeah i am doing the same....in trigger -> on Activate sheet -> Select field ->X

Select field->Y

Select  field ->Z

so it will show the last selected field Z and not X and Y

calvindk
Creator III
Creator III

I am assuming X,Y,Z are in the same field. So only do one trigger, and select all 3 in that field in one go.

calvindk
Creator III
Creator III

The syntax would be like this

='(X|Y|Z)'