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.

errno

The possible values of errno include:

Value
Description

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 >

FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.