Home > Contents > Index >
This tag looks up the enabled dimensions for the specified dimension set and puts them into an ilist that is registered in the ics context.
<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>
name
(required) list
(required)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.
There are no possible errno
for this tag.
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>
dimensionset.setenableddimensions
dimensionset.removeenableddimensions
Home > | Contents > | Index > | ||
Oracle XML Tag Reference |