I need to compare two columns having time values and choose the min / max value in new column
Eg: Column A - 16:32:54
Column B - 16:00:09
I need column C to show 16:00:09
I need to compare two columns having time values and choose the min / max value in new column
Eg: Column A - 16:32:54
Column B - 16:00:09
I need column C to show 16:00:09
Hey I think “Rule Engine” is the solution
Column A > Column B => Column A
TRUE => Column B
Hi @rainasakhale,
welcome to KNIME Community!
Is your column of type Local Time? If so you can also use Column Aggregator with maximum aggregation method. If column is string type use String to Date&Time prior to it.
Br,
Ivan
Hi Jacob,
This works!
Thank you!
Hi Ivan,
This works!
Thank you!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.