I need to sort sales by SOType, Series, CostType High to Low on Dollars within the Material cost type group
we want to see sales High to low within each group.
I cannot get the expression to work in the sort tab.
This is what I have in the expression on the CostType field:
Sum(total<SOType,Series,CostType>(SalesAmount))
Any help?