Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

select possible values

Hi

I want to select all possible values of one field, but only if a variable has a certain value. I tried =if(vOP = 'Ja',_AusID) but it didn't work. Does anyone of you know how to do this?

regards,

MT

1 Solution

Accepted Solutions
Not applicable
Author

ok found the solution to it:

=if(vOP = 'Ja','_AusID')

View solution in original post

1 Reply
Not applicable
Author

ok found the solution to it:

=if(vOP = 'Ja','_AusID')