The customer has a cross table with a number of calculated columns. One of those contains a cumulative sum (using OVER(AllPrevious([AXIS.ROWS])). When he sorts the cross table by a column, he expects this cumulative expression to be updated as well, i.e. to be based on the sort order of the plot, not just of the underlying data table