Click or drag to resize
NxInlineMeasureDefAccumulate Property
• 0 means no accumulation • 1 means full accumulation (each y-value accumulates all previous y-values of the expression) • ≥ 2 means accumulate as many steps as the qAccumulate value This parameter is optional. Default is 0.

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

Property Value

Type: Int32

Implements

INxInlineMeasureDefAccumulate
See Also