Click or drag to resize
INxMeasure Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface INxMeasure : IAbstractStructure

The INxMeasure type exposes the following members.

Properties
  NameDescription
Public propertyAttributeExpressions
List of attribute expressions.
Public propertyCalcCond
Specifies a calculation condition, which must be fulfilled for the measure to be calculated. If the calculation condition is not met, the measure is excluded from the calculation. This property is optional. By default, there is no calculation condition.
Public propertyDef
Refers to a measure stored in the hypercube.
Public propertyLibraryId
Refers to a measure stored in the library.
Public propertySortBy
Defines the sort criteria. This property is optional. The default value is sort by ascending alphabetic order.
Top
See Also