/
u.ALS(logicalExpression, trueValue, falseValue)
u.ALS(logicalExpression, trueValue, falseValue)
Controleert of er aan een voorwaarde is voldaan. Geeft een bepaalde waarde (trueValue) als resultaat als de opgegeven voorwaarde True is en een andere waarde (falseValue) als deze False is.
d = str(u.ALS(1=='a',1,0))
a = str(u.ALS(1==1,1,0))
b = str(u.ALS('a'=='b',1,0))
c = str(u.ALS(Field!double.Value==Field!int.Value,1,0))
, multiple selections available,
Related content
u.AANTALLEN.ALS(colNameValue,colNameRange, criteria)
u.AANTALLEN.ALS(colNameValue,colNameRange, criteria)
Read with this
u.DAG(datum)
u.DAG(datum)
Read with this
u.AFRONDEN(numberToRound, numberAfterKomma)
u.AFRONDEN(numberToRound, numberAfterKomma)
Read with this
u.RECHTS(text, count)
u.RECHTS(text, count)
Read with this
u.EN(logisch1, [logisch2], ...)
u.EN(logisch1, [logisch2], ...)
Read with this
u.MINUUT(tijd)
u.MINUUT(tijd)
Read with this