PERSPECTIVE

Sets the perspective, a tuple or REALITY, for a varying attribute dimension for a report.

Syntax

<PERSPECTIVE(tuple, attrDim)
ParameterDescription

tuple

(m1, m2, ..., mX) | REALITY

This is the perspective tuple to be applied for the given attribute dimension.

  • (m1, m2, ..., mN)

    Level-0 members from one or more independent dimensions for attrDim may be part of the input tuple.

  • REALITY

    The REALITY keyword indicates using independent members from the current query-calculation context. When explicit perspectives are missing for an attribute dimension, the default usage for the perspective is REALITY.

attrdim

The varying attribute dimension to which the perspective applies. May be any member from attribute dimension hierarchy.

Notes

Example

<PERSPECTIVE((Jan), Ounces)
<PERSPECTIVE((Jan, California), Ounces)

See Also