Use the CascadingDimensionMemberList JSP tag to define a list of dimension members for levels in a hierarchy. The wizard for the CascadingDimensionMemberList guides you through the definition of the list and the specification of a separate render tag for each level.
You can also identify presentations that are to be updated when a user selects an item in specific levels of the list.
applyLevels -- Unique identifiers of any levels that are to be applied to target presentations. This attribute can include levels that are not specified in the levels attribute as well as levels that are not contiguous. If no levels are specifed in this attribute, then only the lowest level of the selected members is used.
dimension -- (Required) Unique identifier of the dimension whose members are to populate this list tag.
hierarchy -- Unique identifier of a hierarchy that is associated with the specified dimension. Members are listed from levels of this hierarchy.
id -- (Required) Unique identifier for this tag.
itemLabelFormat -- Format for each item that is to be displayed in this list; includes the option of selecting the desired database name format for an item.
levelLabelFormat -- Format for the level that is to be displayed in the level label includes the option of selecting the desired database name format for a level.
levels -- Unique identifiers of specific levels that are to be displayed within the hierarchy; levels do not have to be contiguous. If none are specified, then all levels are displayed.
listLabelFormat -- Format for the label that is displayed for this list; includes the option of selecting the desired database name format for the dimension.
maxCount -- Maximum number of items that are allowed in the list for this tag.
multiSelectLevels -- Unique identifiers of any levels that allow multiple selections of the members in their list.
partialTargets -- Tag identifiers of additional objects that this tag should update and include in a partial page refresh. Do not include objects that are specified in the targetPresentationIds attribute.
targetPresentationIds -- Tag identifiers of any presentations that should be updated by this list tag.