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

 

dimensionset.getenableddimensions

This tag looks up the enabled dimensions for the specified dimension set and sts them into an ilist that is registered in the ics context.

Syntax

<dimensionset.getenableddimensions
     name="name of a loaded dimension set asset"
     list="name that will be used to register the resultant list into ICS"
     >
</dimensionset.getenableddimensions>

Attributes

name (required)
Name of a loaded dimension set asset
list (required)
Name that will be used to register the resultant list into ICS.

Description

This tag looks up the enabled dimensions for the specified dimension set and sts them into an ilist that is registered in the ics context. The IList has 3 columns: assettype, assetid, assetname.

errno

The possible values of errno include:

Value
Description

Example

This example gets the enabled dimensions for the ds12 DimensionSet and then loops over them, exracting values and setting them into the ICS variable space.

<dimensionset.getenableddimensions name="ds12" list="list" />
<LOOP LIST="list">
     C=<CSVAR NAME="list.assettype" />
     CID=<CSVAR NAME="list.assetid" />
     NAME=<CSVAR NAME="list.assetname" />
     ...
</LOOP>
  

See Also

dimensionset.setenableddimensions

dimensionset.removeenableddimensions

  Home > Contents > Index >

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