Smart Grid Applications Overview > Responder Overview > Optional Configurations > Archive Explorer > Report Criteria > Facility Type |
Version: 10.1 |
You can change which feature class to access for the Operations on DPD reports by editing the Value attribute of the report's FacilityType property. Your feature class for Dynamic Protective Devices may be named as something else, for example, Circuit Breakers.
To change the feature class that information pulls from for the Operations on DPD reports in Archive Explorer:
<QueryClass Key="DPDOperations" Caption="Operations on DPDs (duration <= 1 min.)" Category="Excel">
<Properties>
<b:Property Key="Description" Value="A tabular report of incidents involving operations on dynamic protective devices lasting no more than one minute." />
<b:Property Key="TimePeriod" Value="MTD" />
<b:Property Key="FacilityType" Value="Dynamic Protective Device" />
The above XML indicates the Operations on DPDs (duration <= 1 min.) report pulls information on Dynamic Protective Devices. If your geodatabase is not set up with that feature class name, no information appears for this report. Change the Value attribute for the FacilityType property to correspond to your geodatabase.