Home > Contents > Index >
This tag adds the dimension assets listed in the body content of this tag to the dimension set specified.
<dimensionset.addenableddimensions name="name of loaded DimensionSet asset "> <dimensionset.asset ... /> </dimensionset.addenableddimensions>
name
(required) dimensionset.asset
(required)This tag adds the dimension assets listed in the body content of this tag to the dimension set specified. The DimensionSet needs to be saved for the changes to persist.
There are no possible errno
for this tag.
This example adds the Dimension 123456789 to the list of dimensions already enabled for DimensionSet ds11.
<dimensionset.addenableddimensions name="ds11"> <dimensionset.asset assettype="Dimension" assetid="123456789"/> </dimensionset.addenableddimensions> <asset.save name="ds11"/>
dimensionset.setenableddimensions
Home > | Contents > | Index > | ||
Oracle XML Tag Reference |