kpi_state
- Last UpdatedNov 13, 2024
- 1 minute read
Note: This table is currently not used.
The kpi_state table allows for the descriptions and background colors to be specified for the different KPI states at a global level. The default states are based on the available alarm limits for each KPI, namely:
0 = Good
1 = Above Hi (but below HiHi)
2 = Below Low (but above LoLo)
3 = Above HiHi
4 = Below LoLo
These enums are specified to facilitate sorting by most or least serious states.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
state_cd |
int32 |
Y |
N |
Enumeration of this KPI state based on possible values mentioned above. |
|
state_desc |
string40 |
N |
N |
Description for this KPI state. |
|
color |
int32 |
N |
N |
Background color when displaying a KPI with this state. Default = 0 (black) |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |