Click or drag to resize
NxDimensionCalcCond Property
Specifies a calculation condition, which must be fulfilled for the dimension to be calculated. If the calculation condition is not met, the dimension is excluded from the calculation. This property is optional. By default, there is no calculation condition.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public ValueExpr CalcCond { get; set; }

Property Value

Type: ValueExpr

Implements

INxDimensionCalcCond
See Also