Package mondrian.gui

Class MondrianGuiDef.NamedSet

  • All Implemented Interfaces:
    Serializable, Cloneable, NodeDef
    Enclosing class:
    MondrianGuiDef

    public static class MondrianGuiDef.NamedSet
    extends ElementDef

    Defines a named set which can be used in queries in the same way as a set defined using a WITH SET clause.

    A named set can be defined against a particular cube, or can be global to a schema. If it is defined against a cube, it is only available to queries which use that cube.

    A named set defined against a cube is not inherited by a virtual cubes defined against that cube. (But you can define a named set against a virtual cube.)

    A named set defined against a schema is available in all cubes and virtual cubes in that schema. However, it is only valid if the cube contains dimensions with the names required to make the formula valid.

    See Also:
    Serialized Form