The MeasureList JSP tag is a BI Beans list tag. MeasureList lets you define a list of measures, calculations, or both. You can also specify presentations that are to be updated by this list.
Specify the contents of the list in one of the following ways:
For a predefined, static list: Use the measures attribute to identify each measure that is to be included in the list.
For a dynamic list: Use the attributes that begin with the prefix "search" to identify the search criteria that the tag should use to find measures in the BI Beans Catalog. You can also use the attributes that begin with the prefix "filter" to apply advanced filtering criteria to further limit the items that result from a Catalog search.
additionalAttributes -- A delimited string of Catalog attributes to fetch in addition to the attributes that are already required for the search.
filterByDimensions -- Dimensions to use for filtering a search for items for this list. The setting of the filterType attribute controls the kind of filtering that is applied.
filterByPresentationId -- The tag identifier of a presentation whose dimensions are to filter a search for items for this list. The setting of the filterType attribute controls the kind of filtering that is applied.
filterType -- Controls the type of dimension filtering that is applied to items that are returned from a search for this list. Dimension filtering is based on the settings of the filterByDimensions attribute and the filterByPresentationId attribute. Valid values are: (1) Match one dimension - Accepts only items that have at least one of the dimensions that are specified by the filtering attributes; (2) Match all dimensions - Accepts only items that have all of the dimensions that are specified by the filtering attributes.
id -- (Required) A unique identifier for this tag.
includeShortcuts -- Indicates whether to include shortcut objects in a list that results from a Catalog search. Default value is False.
includeTypes -- Specifies the object types that are allowed for this list. Valid values are: Measures and Calculations.
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.
maxCount -- Maximum number of items in the list.
measures -- (Used only to create a predefined, static list.) Unique identifiers of specific measures or calculations for this tag. If you specify this attribute, then attributes that are related to searching the Catalog are ignored.
multiSelect -- Indicates whether the list allows multiple
selections. The default value is False
.
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.
searchPathNames -- A name for each root that appears in the searchPaths attribute. This attribute is used only for dynamic lists.
searchPaths -- The full path of each folder from which to start searching for objects that are to be included in a dynamic list. If no value is specified for this attribute, then the BI Beans Catalog root is used as the starting point.
searchString -- Custom search string for locating objects that are to be included in a dynamic list. The search string allows the use of wildcard characters (*). For example, to find all objects that begin with the text "Sales", use the string: "Sales*".
searchSubfolders -- Indicates whether to search Catalog subfolders
recursively when creating a dynamic list. Default value is True
.
sortBy -- Name of any Catalog attribute that is to be used for sorting the objects in this list.
sortOrder -- Specifies the sort sequence for objects in this list: Ascending or Descending.
targetPresentationIds -- Tag identifiers of any presentations that should be updated by this list tag.