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

 

dimensionset.getfilter

This tag sets the dimension filter attached to the specified dimension into the ICS object pool using the name given.

Syntax

<dimensionset.getfilter
     name="name of loaded DimensionSet"
     objname="name of output object to contain filter"
     >
    [<dimensionset.asset ... />]
</dimensionset.getfilter>

Attributes

requiredattr (required)
Description of requiredattr
optionalattr (optional)
Description of optionalattr

Parameters

dimensionset.asset (optional)
Dimensions to be set as preferred dimensions into the filter. This tag may be omitted or repeated. If it is omitted, the preferred dimensions must be explicitly set into the DimensionFilterInstance object before the filter can be invoked.

Description

This tag sets the dimension filter attached to the specified dimension into the ICS object pool using the name given. If assets are listed in the body content of this tag, they are set as the filter's preferred dimensions.

Error Numbers

There are no possible errno for this tag.

Example

This example shows how to retrieve a dimension filter object from a dimension.

<dimensionset.getfilter name="ds1" objname="ds1filter" />

See Also

dimensionset.filter

dimensionset.asset

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.