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

 

dimensionset.removeenableddimensions

This tag removes the dimension assets listed in the body content of this tag from the dimension set specified.

Syntax

<dimensionset.removeenableddimensions name="name of loaded dimension set that will have dimensions disabled">
    <dimensionset.asset ... />
</dimensionset.removeenableddimensions>

Attributes

name (required)
Name of loaded dimension set that will have dimensions disabled

Parameters

dimensionset.asset (required)
Dimension asset to disable for this DimensionSet. This tag may be repeated.

Description

This tag removes the dimension assets listed in the body content of this tag from 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 removes the dimension 123 from the loaded DimensionSet ds11.

<dimensionset.removeenableddimensions name="ds11">
 	<dimensionset.asset assettype="Dimension" assetid='123'/>
</dimensionset.removeenableddimensions>
<asset.save name="ds11"/>

See Also

dimensionset.asset

dimensionset.setenableddimensions

   Home > Contents > Index >

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