Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I can't seem to figure out why this is expressing to null (-) instead of 0:
=IF(LEN(TRIM(fieldname)) = 0, 0 , Len(fieldname))
This also expresses to (-) instead of string null.
=if(isnull(fieldname), 'null', fieldname)