Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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 !!!