NxInlineMeasureDef Expressions Property Qlik Sense .NET SDK - API Reference
Array of expressions. This parameter is used in case of cyclic measures (qGrouping is C). List of the expressions in the cyclic group.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public IEnumerable<string> Expressions { get; set; }

Property Value

Type: OnlineIEnumerable OnlineString 

Implements

INxInlineMeasureDef Expressions
See Also