Home > Contents > Index >
Template Tags 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 puts 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.
Error Numbers
There are no possible
errno
for this tag.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="ds12.enabledim.list" /> <ics:listloop listname="ds12.enabledim.list"> <ics:listget listname="ds12.enabledim.list" fieldname="assetid" output="ds12.enabledim.cid"/> <ics:listget listname="ds12.enabledim.list" fieldname="assetname" output="ds12.enabledim.cname"/> <ics:listget listname="ds12.enabledim.list" fieldname="assettype" output="ds12.enabledim.c"/> ... </ics:listloop>See Also
dimensionset:setenableddimensions
dimensionset:removeenableddimensions
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.