Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Double condition

Bonjour

comment mettre une double condition dans une expression exemple

if ('age' >25 et <40, 'jeune',0)

 

Merci du retour.

1 Solution

Accepted Solutions
whiteline
Master II
Master II

Hi.

You should use a logical operator, for example:

=if (age >25 and et <40, 'jeune',0)

There are other useful statments: or, not, xor (look at help).

View solution in original post

2 Replies
whiteline
Master II
Master II

Hi.

You should use a logical operator, for example:

=if (age >25 and et <40, 'jeune',0)

There are other useful statments: or, not, xor (look at help).

Not applicable
Author

Merci.

j'utilisais le et en français !!!