Hello @J_C,
my usual approach when you need to do same operation on multiple columns (if there is no dedicated multi column node) is to unpivot, apply logic and then pivot data back. See here example:
Br,
Ivan
Hello @J_C,
my usual approach when you need to do same operation on multiple columns (if there is no dedicated multi column node) is to unpivot, apply logic and then pivot data back. See here example:
Br,
Ivan