I’m aggregating a detailed report using the GroupBy node. I have to sum more than a hundred individual columns. Is there a way to sum them without having to change the Aggregation type to Sum for each and every one?
Can we change the Aggregation default value of the GroupBy node to Sum instead of Mean?