I have some strange situation for me on how I must write a formula or it throws an error otherwise. So can smbd explain why I have to use LIKE operator instead of = in such formula: CASE WHEN {type.id} LIKE 'CustInvc' THEN {mainname} END
I can add some more info that the field {type} works with operator '=' fine but not {type.id}.