Home > Contents > Index >
This tag removes the dimension assets listed in the body content of this tag from the dimension set specified.
<dimensionset:removeenableddimensions name="name of loaded dimension set that will have dimensions disabled">
<dimensionset:asset ... />
</dimensionset:removeenableddimensions>
name (required) dimensionset:asset (required)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.
There are no possible errno for this tag.
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"/>
dimensionset:setenableddimensions
| Home > | Contents > | Index > | ||
|
Oracle JSP Tag Reference |
|||