Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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