Ok, what’s wrong with my formula?
case when {customer.isperson} = ‘Yes’ then ({customer.firstname} || ' ' || {customer.lastname}) else {customer.companyname} end
I’ve tried IS TRUE, = true, = 1… I put in ‘Yes’ because that was the output when I added it as a column