Smart Grid Applications Overview > Responder Overview > Optional Configurations > Archive Explorer > Report Criteria > Sorting Order |
Version: 10.1 |
You can change the sorting settings for the following reports:
To select if the sort by column in these reports sorts ascending or descending:
<QueryClass Key="SaidiByCauseCode" Caption="Reliability Indices: SAIDI by Cause Code" Category="Browser">
<Properties>
<b:Property Key="Description" Value="A tabular report of SAIDI by Cause Code." />
<b:Property Key="TimePeriod" Value="MTD" />
<b:Property Key="Tmi" Value="5" />
<!--<b:Property Key="IncidentCauseCodesToExclude" Value="6,10" />
<b:Property Key="ExcludeZeroSaidi" Value="true" />-->
<b:Property Key="IncludeMajorEventDays" Value="true" />
<b:Property Key="SortBy" Value="SAIDI" />
<b:Property Key="SortingOrder" Value="Descending" />
The above XML indicates the Reliability Indices: SAIDI by Cause Code report sorts the SAIDI column in Descending order. Change the Value attribute for the SortingOrder property to select either Ascending or Descending.