The following constants represent calculation statuses. For information on calculation statuses, see the Oracle Hyperion Financial Management, Fusion Edition User's Guide.
Table 120. tagCALCSTATUSSTATISTICS Enumeration
Constant | Description |
---|
CALCSTATUS_STATSCOL_ALL | All statuses. |
CALCSTATUS_STATSCOL_CH | CH status. |
CALCSTATUS_STATSCOL_CHND | CH ND status. |
CALCSTATUS_STATSCOL_CN | CN status. |
CALCSTATUS_STATSCOL_CNND | CN ND status. |
CALCSTATUS_STATSCOL_LOCKED | Locked status. |
CALCSTATUS_STATSCOL_NODATA | NoData status. |
CALCSTATUS_STATSCOL_OK | OK ND status. |
CALCSTATUS_STATSCOL_OKND | OK status. |
CALCSTATUS_STATSCOL_OKSC | OK SC status. |
CALCSTATUS_STATSCOL_TR | TR status. |
CALCSTATUS_STATSCOL_TRND | TR ND status. |
CALCSTATUS_STATSCOL_MIN | Represents the lowest value that one of the status constants represents; use this and CALCSTATUS_STATSCOL_MAX to loop through the statuses. |
CALCSTATUS_STATSCOL_MAX | Represents the highest value that one of the status constants represents. |
CALCSTATUS_STATSCOL_UNKNOWN | Unknown calculation status. |