Hello, I need to make a nested if

Hello, I need to make a nested if with several conditions, how can I do it?

Hi @Andres_Fabian_S , can you give more detail on what type of data you are trying to process, and the nature of the conditions.

There is generally often no single way to achieve a result in KNIME and often certain nodes perform the tasks typically associated with programming language constructs, so the answer to your question will probably depend greatly on how you define the conditions, and what you want to do with the data as an outcome of each of those conditions, and also whether the condition applies to the entire data set or to each row individually.

1 Like