Home > Contents > Index >
Template Tags 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.

errno

The possible values of errno include:

Value
Description

Example

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

<dimensionset:getfilter name="ds1" objname="ds1filter" />
<% com.fatwire.mda.DimensionFilterInstance filter = ics.GetObj("ds1filter"); %>

See Also

dimensionset:filter

dimensionset:asset

  Home > Contents > Index >

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