Type Alias NxCalcCond

type NxCalcCond = {
    qCond?: ValueExpr;
    qMsg?: StringExpr;
}
Index

Properties

Properties

qCond?: ValueExpr

Condition for calculating an hypercube, dimension or measure.

qMsg?: StringExpr

Evaluated if Cond is not fullfilled.