MOO.CREATE.DIM


Create and new dimension and its associated metadata.


Syntax


            call moo.create.dim([DimensioNameToCreate],[DimensionType], [RowDescriptionVariable]

                               ,[ColDescriptionVariable], [GeneralDescriptionVariable]

                               ,[ParentChileRelationshipVariable]

                               ,[DescriptionOfDimension],  Bool:CreateObjects True/False )


Definitions


Argument

Description

DimesniontNameToCreate

Name of dimension to create

DataTypeoOfCube

Data type of new dimension

RowDesriptionVariable

Object holding the row descriptions of the dimension values

ColDesriptionVariable

Object holding the column descriptions of the dimension values

GeneralDesriptionVariable

Object holding the general descriptions of the dimension values

ParentChileRelationshipVariable

Object holding the parent/child relations for the dimension values

DescriptionOfDmension

Description of the dimension

IsInternalObject

Is this an internal dimension?


Return Value


               SUCCESS or error values


Example



            call moo.create.dim('NEW_DIM','TEXT',

                                'NEW_DIM_ROW','NEW_DIM_COL',

                                'NEW_DIM_DESC',

                                'NEW_DIM_HIER',

                                'New Dimension in AW',

                                'FALSE')