Im trying to get a field that has blank values to get data from another field is there another way of saying this formula?
case when `company_name` = '' then `group_name` else `company_name` END
somehow this is not working any other way of saying blank value in domo?