Is it possible to group by non-unique values, but rather a range of values, or values with a certain range?
For example, I'd like to group the following non-unique values in a column into one row: 5.1, 5.3, 5.9, 6.3, 6.8. For this example, I'd like to tell KNIME to group numbers that are within +1 or -1 of a value (6 in this example). So in essence, I'd like it to group numbers that are within a certain value range (so within 2 integers for example). Is it possible to do this?
Thanks in advance.