Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
shahamel
Creator
Creator

Multiple conditions within one expression

Dear QV-uers,

I want to count students. I have several conditions to count them:

EDUCATION = 'BO'

STARTOCTOBER <= DATEEXIT AND DATEEXIT < TODATE

I dont know how to write next condition within an expression

(SUCCES = 1 AND [NAME] = 1) OR (EXIT = 1 and [NAME] = 1)

Count

(

{<

TODAY= {'>=$(=Date(FROMDATE))
     <=$(=Date(TODATE))'}
,
STARTOCTOBER
= {'<= DATEEXIT} ,

DATEEXIT= {'<$(=Date(TODATE))'}
,
EDUCATION
= {'BO'}
,
SUCCES= {1}
,>}
STUDENT)

Thanx in advance

0 Replies