MOO.MNT.HI
MOO.MNT.HI
Populates the appropriate parent, sequence and depth objects for a given hierarchy based on the current parent/child relationships.
The objects populated will be those held in the MOOSERVER.MOODATA$HI.CFG magazine for the given hierarchy.
MOOSERVER.MOODATA$HI.CFG(MOOSERVER.MOODATA$HI.CFG$HI.COL 'PARENT ')
MOOSERVER.MOODATA$HI.CFG(MOOSERVER.MOODATA$HI.CFG$HI.COL 'SEQUENCE')
MOOSERVER.MOODATA$HI.CFG(MOOSERVER.MOODATA$HI.CFG$HI.COL 'DEPTH ')
Syntax
call moo.mnt.hi('[object name]')
Where object name is a value from the .HIER.LIST of the base dimension.
dsc dim_1_hier
DEFINE DIM_1_HIER RELATION DIM_1 <DIM_1 DIM_1.HIER.LIST>
Return Value
none
Example
call moo.mnt.hi('DIM_1_MAIN')