Currently you have to type the attribute you wish to rollup by hand. Some of our customers have expressed interest in being able to select one attribute with the mouse rather than typing anything. Wildcard characters do work but some customers who...
Allow specifying conditions (or case constructions) for ParentID/ElementID functionality
Allow specifying conditions (or case constructions) for ParentID/ElementID functionality. Example:
if [1].Value=x then ParentID=[2].value ElementID=[3].Name
else
if [1].Value=y then ParentID=[4].value ElementID=[3].Name
 ...
Ability to easily split Event Frame on a time range
Users have requested to have Event Frames split up based on a time range to more easily visualize the data and make reports.
For example, if an Event Frame is triggered Monday at 4pm and closed on Wednesday at 6pm it would be nice to have 1 even...
It's important to have Anaconda python with Af to perform machine learning and it will be easy to implement those models to have maximum benifits combined with pi and machine learning
Allow Failed Calculations to Output a Value Rather Than 'Calc Failed'
As an AF Asset Analytics user, I would like there to be an option to output a value rather than 'Calc Failed' if an analysis fails to evaluate. I have several aggregate analyses which are dependent on other analyses (which will occasionally ...
Extend Support for PI's Advanced Calculation Engine (ACE)
Hi team,
I’m glad to hear the PI SDK is backwards compatible, but I’m equally surprised and sad to see PI ACE is no longer supported going forward, especially with the uncertainty of whether PI ACE can run on the latest Windows Server OS’s (curr...
Improve version control mechanism to consider also PI AF Analysis & Notifications Elements
Improve version control mechanism to consider also PI AF Analysis & Notifications Elements:
Background:
When adding or removing an attribute to an Element in PI AF, the element's revision number is incremented (as expected) which makes the re...
Improve AF Transformer PostProcessing logging and performance
PostProcessing stage of the transformation (if using ParantID and ElementID) should use paging (or another approach) for a better performance, it should also be better logged and display number of objects processed, a number of objects in the list...
When using the preview analysis function an an analysis with many variables the preview graph and table struggles to keep up, and uses a long time to update. When there are many variables, these are also quite useless.
It would therefore be an i...
Allow specifying a path for orphaned elements for ParentID/ElementID functionality
Implement following logic for ParentID/ElementID functionality :
if a parent element is not found (invalid and/or empty ) - put a child element under specified hierarchy. there should be a separate configuration for both options: what to do ...