Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

if -

Hi Community,

what's wrong?

IF({<[regioni2001.Name] = {'SICILIA'}>}, 18,'no')

2 Replies
marcus_sommer

Try this: IF([regioni2001.Name] = 'SICILIA', 18,'no')

- marcus

maxgro
MVP
MVP

<>

and

{}

usually are in set analysis

you don't need <> and {} for an if