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

Conditional Hide Using Values in Alternate States

Good afternoon,

I want to write a conditional hide statement that shows the object only if a value in another state equals "technician," and otherwise hides.


Something like this: My object is in AltState1 and if the value of Job Title in AltState4 equals 'Technician,' then show, otherwise hide.

Note that the Job Title value in AltState4 may not be selected.

Can anyone help?

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

May be this

Only({[AltState4]} [Job Title]) = 'Technician'

View solution in original post

2 Replies
sunny_talwar

May be this

Only({[AltState4]} [Job Title]) = 'Technician'

luke_eshbach
Contributor
Contributor
Author

Worked like a charm - Thank you!