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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

selection in where function

Hi Experts

I have the following problem with a where function:

resident job Where gesperrt = 0 and  Jobkriterium ='Internes Projekt'  ;

I would like to add another Jobkriterium called 'Intern' and filter for jobs that either have Internes 'Projekt' OR 'Intern'

Thank you for your help!

Jan

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

try with

resident job Where gesperrt = 0 and  (Jobkriterium ='Internes Projekt'  or Jobkriterium ='Intern');

let me know

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

try with

resident job Where gesperrt = 0 and  (Jobkriterium ='Internes Projekt'  or Jobkriterium ='Intern');

let me know

Not applicable
Author

merci