Fix alignment of dotted border on selected attributes
When you select an attribute, a dotted border appears around the attribute. However, it is 1 pixel too far to the right. Please align it with the solid border.
Move "New Analysis Template" and "New Notification Rule Template" buttons beside the "New Template" button & rename "New Template"
When I am in the Analysis Templates tab, I always make the mistake of thinking that "New Template" will give me a new analysis template, when it in fact gives a new element template or a new event frame template.
For consistency and clarity, the ...
Have AF PI Point attributes that reference another AF attribute use the retrieval methods of that attribute
When an AF PI Point attributes references another AF attribute that has RelativeTime, TimeMethod, or TimeRangeMethod set, use the settings of the referenced attribute.
For example:
Attribute A references PI tag B with a RelativeTime ...
Display a message box when the user tries to assign a limit trait twice
Currently, if a user assigns to an attribute A a limit trait that is already used by another attribute B under the same parent attribute, then attribute A will gain the limit trait and attribute B will silently lose the limit trait.
Silent change...
Rename "Query Date" to "Query Time" in PI System Explorer
"Query Time" is more accurate than "Query Date". A time is an instant in a continuous time dimension. A date is either a 1-day midnight-to-midnight span in a continuous time dimension, or it is a single date in a discrete date dimension.
Dynamically hide an attribute in AF with PSE's UI (no custom code)
The user would like to hide an attribute dynamically without creating custom code. In PSE, the user wants to have the choice to hide an attribute according to some condition when creating an element template.
Propagate the value of a deleted overriding attribute to the previously overridden attribute
Let ET = element template. Suppose that ET A and ET B share an attribute of the same name (e.g. “Speed”) and whose data reference is “”. If ET A is converted to be a derived template of ET B and then Speed is deleted from ET A, then values of Spee...