New KPI_State Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
state_cd |
int32 |
Y |
N |
Uniquely identify 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 |
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 |