Hi,
I am working on a dashboard that is used to visualize and compare reports. Each report has multiple revisions, and is tracked following the naming convention below:
ReportName_ReportIdentifier1_ReportIdentifier2 (RevX.Y)
Example report names:
TestReport_ID1_ID2 (Rev1.45)
TestReport_ID1_ID2 (Rev1.48)
TestReport_ID1_ID2 (Rev1.50)
TestReport_ID1_ID2 (Rev1.55)
Question: We are using the report names in dropdown controls, and the default sorting is in ascending order as shown above. Can we sort descending so the latest/highest number revision report is displayed on top?