Display some analysis context menu items out in the open
If you right-click on an analysis, you get some useful items such as Preview Results, Backfill/Recalculate, Copy, Delete, and Security.
It would be useful to display some of these out in the open without having to open a context menu. The space a...
Backfilling % complete should be based on time, not number of analyses
Currently, the "% complete" bar for backfilling analyses is based on the number of analyses that are done backfilling. For example, if you are backfilling 4 analyses, the bar only ever updates 4 times: 25%, 50%, 75%, and 100%.
These big gaps betw...
The Functions pane in PI System Explorer shows the data type of the function arguments but not the data type of the function's return value. The data type of the return value lets the user know how and where the function can and cannot be used.
Add functions to perform table queries on AF tables
To access data on AF Tables i now need to add these to an attribute and then access these from analytics
I would like to be able to create a lookup using a Analytics function, so that i can create a lookup of a value in a table based on other cal...
Provide Enumerated Values for Named Arguments for Analysis Functions
Provide Enumerated Values for Named Arguments for Analysis Functions
For functions with arguments that have named values, provide enumerated choices (not AF enumeration but analysis native)
For instance, the LinRegr function returns an array of ...
A pop-out/undocked editor for PI Analysis Expressions
Editing expressions that have multiple rows of statements can be difficult in PI System Explorer due to small editor window. It would be useful to be able to pop-out/undock the editor window so it can be maximized/re-sized/etc.
AF-Analysis need better 'recursive' code management
AF-analysis doesn't allow recursive coding but ... Today the recursive detection is too simple and doesn't allow basing coding.
For instance, this sample code is not allowed as 'recursive' :
Step1 'B' &nbs...
A slightly bigger console window while typing analysis would be fine. At least the functionality of failurewith pointing on the used "line/function/variable" would be also great.