Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

dimensionset.addenableddimensions

This tag adds the dimension assets listed in the body content of this tag to the dimension set specified.

Syntax

<dimensionset.addenableddimensions name="name of loaded DimensionSet asset ">
    <dimensionset.asset ... />
</dimensionset.addenableddimensions>

Attributes

name (required)
Name of DimensionSet asset to have the specified dimensions added to it

Parameters

dimensionset.asset (required)
Dimension assets to add to this dimension set. This tag may be repeated.

Description

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.

Error Numbers

There are no possible errno for this tag.

Example

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"/>

See Also

dimensionset.asset

dimensionset.setenableddimensions

asset:save

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.