Dynamic sorting is useful when you sort your report based on a metric like monthly profit. For instance, let's say you have a report with a Subcategory attribute in your rows, as well as a Month attribute and Profit metric in your columns.

Ideally you'd sort this report by the latest month's profits so that, in this case, March 2014 would automatically be your sort criteria.
However because the data volume would grow when April 2014 was added, you'd have to manually change your sort criteria to Apr 2014. Without this step your data would still be sorted by Profit for Mar 2014.

This issue occurs because the dynamical criteria could not be specified in Strategy. When any detailed element is chosen and saved, the criteria is fixed.
Strategy allows users to select Subtotal as sort criteria. With this, you can create a metric whose Subtotal is equal to Profit for the latest month and use that metric to sort the grid dynamically. Follow along with our Tutorial Project to learn how to select Subtotal as sort criteria (this sample Tutorial DWH is hosted on an Oracle Database).
Note









Now when new data is added, it will automatically be sorted by the latest Month.