Compute operations between columns

Yeah, the idea was clear. Two days ago we had a question were what looked like a mistake was actually intended because the algorithm was more complex, so I was making sure :slight_smile:

Here’s the workflow with the Column Group Loop mechanism . I changed the end a little bit to keep the ID column. If the column renaming and resorting doesn’t work with the actual table, you could also:

  1. Rename them directly after the Loop End
  2. Extract the column names
  3. Get Var number and time from them, then sort by number and time
  4. Reference Column Sorter and Column Append with ID


group_column_loop.knwf (76.5 KB)

1 Like