A user who created a crosstab (i.e. Preferred cola in the rows and age in the columns) might want to dynamically sort the rows of their table by changing the column to sort on i.e. 18-24 year olds from a combo box control. Currently, they would need to create an R output, identify the column to be sorted, link it to the combo box, and sort it in the R output.