I'm trying to create a conditional default for a field and am having problems with the "else" clause. Formula: concat(substring(outstanding_max, 1, not(not(Outstanding_Flag)) * string-length(outstanding_max)), substring(no_outstanding_max, 1, (not(Outstanding_Flag)) * string-length(no_outstanding_max...