Click or drag to resize
HyperCubeDefCalcCond Property
Specifies a calculation condition, which must be fulfilled for the hypercube to be (re)calculated. As long as the condition is not met, the engine does not perform a new 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

IHyperCubeDefCalcCond
See Also