Conditional iff multiples and, help
eduardoricheli
brazil
I'm trying to make a type iff
[iff <FIELD1>> 2 and <FIELD1> <5, 'TEXT1', 'Text4']
I can not put this way, someone help me
[iff <FIELD1>> 2 and <FIELD1> <5, 'TEXT1', 'Text4']
I can not put this way, someone help me
Comments
[iff ((<FIELD1>> 2) and (<FIELD1> <5)), 'TEXT1', 'Text4']
try to use frs builtin expression builder to get correct syntax when building expressions.