I'm using this code from this Calculated field that shows multiple values from checkbox field post as a guide.CONCAT(IF(CONTAINS("Swimlane Portfolio",{DE:AtApp Swimlane Tag}),"Portfolio | ",""),IF(CONTAINS("Swimlane Program",{DE:AtApp Swimlane Tag}),"Program | ",""),IF(CONTAINS("Swimlane Project Own...
I tried to simplify further, and it's telling me "\"Letter\"" is not valid.CONCAT(IF(CONTAINS("Print",{DE:Project Category - Multi-Select})&&("Letter",{DE:Print Project Type},"Letter, ",""))))
Yes, Web Asset Type and Print Asset Type fields are single select.This is my latest attempt to simplify:CONCAT(IF(CONTAINS("Print",{DE:Project Category - Multi-Select})&&IF(CONTAINS("Letter",{DE:Print Project Type},"Letter, ",""),IF(CONTAINS("Print",{DE:Project Category - Multi-Select})&&IF(CONTAINS...