Hi Knime-Community,
the following problem: In the column expressions node I have performed a calculation (x-y)/x.
If y has a missing value, I get the value 1, as if y was counted as 0. But if y has a missing value, I would like to have a missing value in my result column.
I now see two possibilities:
- Either tell the formula to only calculate if y is not a missing value,
- or formulate an if-condition in a sequence node, so that if there is a 1 in the rows of the result column, it should make a missing value out of it.
However, I can’t get either of these to work. Does anyone have an idea for one of the two approaches? Or a completely different suggestion for a solution?
This would be great .
Thanks a lot
Christian