I’d start with trying the following expression in the Column Expressions node:
if(isMissing(column("y")))
{ missingValue() }
else
{ (column("x")-column("y"))/column("x") }
I’d start with trying the following expression in the Column Expressions node:
if(isMissing(column("y")))
{ missingValue() }
else
{ (column("x")-column("y"))/column("x") }