Hello everyone, a quick question.
Do i always have to create new output columns while i use calculate fields, it would be nice to use it for conditionals?
As an example, would it be possible to replicate the following from a transform node in Calculate fields, to have a conditional without creating a new column.:
import datetime
if in1.date1 < in1.date2:
out1+=in1
------------------------------
Henrik B
E.ON Sverige
------------------------------