Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what is the syntax for checking not null condition
thanks in advance
If( Not IsNull(YourField/Expression), 'Not Null', 'Null')
Hi,
and sometimes (especially with flat files), it might be required to add ... and trim(Field)<>''
Regards
not isnull(field)
or
len(trim(field)) > 0
No IsNull(Campo)
hi
isnull(field)=0