Currently the Audit Trail cleanup, when turned on, just deletes everything. When there is a large backlog for the cleanup, this causes a huge load on the SQLserver.
I would like some throtthling feature to not load the server too high with the cl...
Remove Microsoft Visual Studio 2010 Tools For Office Runtime (VSTO Runtime) from any install kits that contain PI AF Client
According to this, VSTO Runtime is included with PI AF Client for the sake of PI Builder. The installation of VSTO Runtime also causes the 32-bit and 64-bit versions of the Visual C++ 2010 Redistributable to be installed as well. However, accordin...
As a user of Asset Analytics, I would like to have a rollup calculation that would return the count of ELEMENTS belonging to a certain category. The current count function only returns the ATTRIBUTE count.
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...
Currently you can override an analysis of a base template in a derived template by creating an analysis with the same name.
Unfortunately it is not possible to do the same in an element that is based on a template.
I do not want to create a deri...
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 ...