Let's say my datasource shows price and quantity of different products grouped by product type.
Is it possible to show two columns per attribute (two for price and two for quantity), where one is showing the average and the other one is showing the stdevs?
You can add a second aggregation for each value field as a calculated value:
Here is a full example in the snippet: