I am trying to calculate a yes or no answer for a field using the formula below.
if((string-length(${inbox_flag})=5,"yes" and string-length(${leak_tagno})>0,"yes"), 'yes', 'no')
I keep receiving invalid result and have been banging my head against the wall all afternoon. What am I doing wrong?
Thanks,
--gary