colum expression with function instr and upper

Hi,
Maybe if (contains(upperCase(column(“test”)),“EBR”)) {…} else {…}.
Contains function return a boolean. You can look at the modifiers too :
image

Best,
Joel

1 Like