GroupBy - how to change order of aggregated columns

Is there a way to change the order of columns in the GroupBy output table? When using Manual Aggregation, I can insert and delete columns, but I can’t reorder them. So when I delete one from the middle, I can insert a new one only at the end of the list. Am I missing something, or is this really impossible to reorder that list?

Hi,
It’s not possible to do it in the GroupBy node, but you can use the Column Resorter or Table Manipulator for the resorting afterwards.
Kind regards,
Alexander

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.