MSC_MEASURE_COND_FORMATS
table store the data for the conditional formats of the measures.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_MEASURE_COND_FORMATS_PK |
MEASURE_ID, TABLE_ID, LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LINE_ID | NUMBER | 18 | Yes | Conditional format line identifier. | |
OWNER | VARCHAR2 | 64 | This field stores table owner on which conditional format is defined | ||
MEASURE_ID | NUMBER | 18 | Yes | Unique identifier of the measure on the LHS of the expression | |
BASIS | NUMBER | 18 | Specifies the comparison measure_id for this rule | ||
CONDITION | VARCHAR2 | 10 | The mathematical operator for the comparison: LT,GT,EQ,LE,GE,NE | ||
THRESHOLD | NUMBER | 18 | Comparison measure id on the RHS. | ||
COMP_ATTRIBUTE_ID | NUMBER | 18 | The comparison attribute identifier. | ||
COMP_VALUE | VARCHAR2 | 100 | Fixed value to use on the RHS of the conditional expression | ||
COLOR | VARCHAR2 | 20 | The cell background color, as an RGB value in "#RRGGBB" format | ||
ICON | VARCHAR2 | 20 | The icon to display, must be one of: Critical, Warning, Okay, None | ||
TABLE_ID | NUMBER | 18 | Yes | 0:global, otherwise table_id where this table expression is defined | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
APPLY | NUMBER | 9 | When to apply the format. 0/null = always, 1 = when selected | ||
NAME | VARCHAR2 | 64 | An optional name for the format rule. This must be non-empty if APPLY = 1. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_MEASURE_COND_FORMATS | msc_measures_b | MEASURE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_MEASURE_COND_FORMATS_U1 | Unique | FUSION_TS_TX_DATA | MEASURE_ID, TABLE_ID, LINE_ID |