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

 

dimensionset.setenableddimensions

This tag adds the dimension assets listed in the body content of this tag to the dimension set specified, removing any previously enabled dimensions.

Syntax

<dimensionset.setenableddimensions name="name of loaded asset that will have dimensions enabled for it">
    <dimensionset.asset ... />
</dimensionset.setenableddimensions>

Attributes

name (required)
The name of the DimensionSet asset that will have dimensions added to it.

Parameters

dimensionset.asset (required)
Dimension asset to enable for this DimensionSet. 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, removing any previously enabled dimensions. The asset should be saved for the changes to persist.

Error Numbers

There are no possible errno for this tag.

Example

In this example, 4 dimension assets are added to the DimensionSet fbfds1.

 <dimensionset.setenableddimensions name="fbfds1">
    <dimensionset.asset assettype="Dimension" assetid="123"/>
    <dimensionset.asset assettype="Dimension" assetid="234"/>
    <dimensionset.asset assettype="Dimension" assetid="345"/>
    <dimensionset.asset assettype="Dimension" assetid="456"/>
 </dimensionset.setenableddimensions>
 <asset.save name="fbfds1"/>

See Also

dimensionset.asset

dimensionset.removeenableddimensions

  Home > Contents > Index >

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