Home > Contents > Index >  
Template Tags 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. Changes need to be subsequently saved using asset:save.

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 JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.