Field |
Field Type |
Null |
Notes |
Description |
VALUE |
decimal(19, 5) |
|
Default = 0 |
Value for the KPI instance milestone. |
ASOFDATE |
datetime |
|
|
Date on which the milestone value is expected to be reached. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
UPWARDLOWVALUE |
decimal(19, 5) |
|
Default = 0 |
|
UPWARDMIDVALUE |
decimal(19, 5) |
|
Default = 0 |
|
DOWNWARDMIDVALUE |
decimal(19, 5) |
|
Default = 0 |
|
DOWNWARDHIGHVALUE |
decimal(19, 5) |
|
Default = 0 |
|