Correct node type for IF/ELSE and NULL test

What node type do I use to evaluate this expression?
I was using a Math Formula for the IF/ELSE structure, but can’t find the right syntax to test the NULL:

IF ISNULL([Ending Inventory])
then [ON_HAND_INVENTORY]
else [Ending Inventory]
endif

@jdallen75 welcome to the KNIME forum you could take a look at these examples how to do a if, then, else operation:

Also you could check out other methods to manipulate such data:

https://www.knime.com/node/20992

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.