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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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 !!!