UNV_OBJCONTENT
Name | Null ? | Type | Values |
OBJECT_ID | NOT NULL | int10 | Foreign key to Unv_object |
UNIVERSE_ID | NOT NULL | int10 | Foreign key to Unv_object |
OBJ_PROP | NOT NULL | char(35) | A
multi-use field separated by commas. Position 1 Data type: Num,Date,Char,Null, Blob (I think the Null should be a long) Position 2 Object type: Dim, Detail, Measure Position 3 function: Average, count max, min, null, sum (Is only not null for measure object types.) Position 4 NG Position 5 Can be used in Sort. YS Position 6 Can be used in Condition YC Position 7 Can be used in Result YT Position 8 N |
OBJ_WEIGHT | NOT NULL | int10 | |
OBJ_INPUT | char(50) | ||
OBJ_OUTPUT | char(50) | ||
OBJ_LIST_VALUES | char(50) | A
multi-use field separated by commas. Position 1 LOV name Position 2 Associate LOV: N=no lov, L=LOV Position 3 Allow users edit LOV: U=allow edit, N=not allow Position 4 Auto refresh before use: R=refresh, N=not refresh Position 5 Export w/ universe: E=export with universe, N=not export w/ Universe |
|
OBJ_SECURITY | int1 | 0=public,1=controlled,2=restricted,3=Confidential,4=Private | |
OBJ_AXIS_ID | int10 | ||
OBJ_CONDOBJ_ID | int10 | ||
OBJ_DATEFORMAT | char(35) | Database format in advanced properties for that object. For example, to reformat a date or a number. | |
OBJ_YEAR_ID | int10 | ||
OBJ_QUARTER_ID | int10 | ||
OBJ_MONTH_ID | int10 | ||
OBJ_WEEK_ID | int10 | ||
OBJ_BASICDATE_ID | int10 | ||
OBJ_LOVID | int10 |