
A schema is a collection of cubes and virtual cubes. It can also contain shared dimensions
(for use by those cubes), named sets, roles, and declarations of user-defined functions.
- Parent Topic
- Child Topics
Attributes
Attribute | Data Type | Definition |
name | String | Name of this named set |
caption | String | Caption of this named set. Can be localized from Properties file
using #{propertyname}. |
description | String | Description of this named set. Can be localized from Properties file
using #{propertyname}. |
formula | String | MDX expression which gives the value of this set. Equivalent to the Formula
sub-element. |
- Parent Topic