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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
0 Replies