ROLLUP

A ROLLUP element specifies a rollup key for record aggregation.

A rollup key may be either a dimension name or property name.

DTD

<!ELEMENT ROLLUP EMPTY>
<!ATTLIST ROLLUP
    NAME    CDATA    #REQUIRED
>

Attributes

The following section describes the ROLLUP element's attribute.

NAME

Specifies a dimension name or property name that is used as a rollup key.

Sub-elements

The ROLLUP element has no sub-elements.

Example

This example shows two rollup keys.

<ROLLUPS>
   <ROLLUP NAME="Manufacturer"/>
   <ROLLUP NAME="Companies"/>
</ROLLUPS>