Hi @JoaquinAv, I do it your way too, but to your "tightening" query, thought of this alternative pattern: valueexpression=REPLACE(REPLACE({project}.{status},"IDA","Idea"),"CPL","Complete") Slightly shorter, and automatically reveals all unmapped {status} cases "as is" (which you could do the other ...