Recently I updated my knime version and I cannot use anymore the column expression node, because of this, I am replacing the information in that nodes for new expression in the EXPRESSION node:
But for some cases, I cannot use it, because it doesn’t has the functions I used before)
but there is no alternative in EXPRESSION node to check if the value in a column is missing, or to use the left and right functions as I used in column expression node- so now is very difficult to find how to do this
is the syntax (usual issue with programming languages that you have to deal with a mixture of functions and operators, some stuff is and(), some is and and some use .and() or similar