Features and Improvements
- Oneline Diagrams: PowerWorld has a hard-coded list of objecttypes that are allowed as part of a ModelExpression. This same list is used with the Generic Model Fields added to oneline diagrams and with fields show in the Custom Case Info Displays. This patch has added the DataMaintainer to the list of objectclasses allowed.
- Case Information Displays: When showing a DataCheckAggr field in a case information display it can be configured to show the string in the form of 95 / 245 where 95 is the number of objects that meet the DataCheck and 245 is the total number of object in the aggregation. This field is still considered a numerical field, but the result is a string of the format "95 / 245". When a field like this is added as a text field on a oneline diagram however this special formatting was not obeyed and instead you would see only the 95 value. This has been fixed.