Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts data into the temporary table.
Syntax
public void insertIntoTable(
Name _name,
SMAKPIGoal _goal,
SMAKPIActual _actual,
SMAKPIStatus _status,
SMAKPITrend _trend,
str _format)
Run On
Server
Parameters
- _name
Type: Name Extended Data Type
The KPI name.
- _goal
Type: SMAKPIGoal Extended Data Type
The KPI goal value.
- _actual
Type: SMAKPIActual Extended Data Type
The actual KPI value.
- _status
Type: SMAKPIStatus Extended Data Type
The status of the KPI.
- _trend
Type: SMAKPITrend Extended Data Type
The trend of the KPI.
- _format
Type: str
The format that is used to display the key performance indicator.