Click or drag to resize
IHyperCubeMeasure Interface

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IHyperCubeMeasure : INxMeasure, 
	IAbstractStructure

The IHyperCubeMeasure type exposes the following members.

Properties
  NameDescription
Public propertyAttributeExpressions
List of attribute expressions.
(Inherited from INxMeasure.)
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.
(Inherited from INxMeasure.)
Public propertyDef
Refers to a measure stored in the hypercube.
(Inherited from INxMeasure.)
Public propertyLibraryId
Refers to a measure stored in the library.
(Inherited from INxMeasure.)
Public propertySortBy
Defines the sort criteria. This property is optional. The default value is sort by ascending alphabetic order.
(Inherited from INxMeasure.)
Top
See Also