IF STATEMENT

Hi there @SimoneDePaoli,

in this case I would use Math Formula node and if() function cause you have numeric columns.
This would be syntax:
if(a > b, c * b, b)

In case you are looking for some more complex if/else statements or string columns are included see this topic about Column Expressions node:

Br,
Ivan

5 Likes