Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Archive Explorer > Report Criteria > Include Major Event Days |
You can change the default state of the Include Major Event Day check box on the following Responder Archive Explorer reports by editing the Value attribute of the report's IncludeMajorEventDays property:
To set the default to enabled for the Include Major Event Day check box in Archive Explorer:
<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="false" />
Making changes to any Archive Explorer report that has a QueryClass Category="Browser" will modify that same report in Responder Web. |
The above XML indicates the default is set to NOT enabled for the Include Major Event Day check box on the Reliability Indices: SAIDI by Cause Code report.