IHyperCubeMeasureqDef Interface |
Namespace: Qlik.Sense.Client.Visualizations
The IHyperCubeMeasureqDef type exposes the following members.
Name | Description | |
---|---|---|
Accumulate | • 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. (Inherited from INxInlineMeasureDef.) | |
ActiveExpression | Index of the active expression in a cyclic measure. The indexing starts from 0.
This parameter is optional. The default value is 0. (Inherited from INxInlineMeasureDef.) | |
AggrFunc | Aggregate function.
For more information on the aggregate function syntax, see the section Working with Qlik Sense on the online help portal.
The default value is 0 (Sum of rows)
This parameter is optional. (Inherited from INxInlineMeasureDef.) | |
AutoSort | ||
BrutalSum | If set to true, the sum of rows total should be used rather than real expression total.
This parameter is optional and applies to straight tables.
Default is false. If using the Qlik Sense interface, it means that the total mode is set to Expression Total. (Inherited from INxInlineMeasureDef.) | |
CId | ||
Def | Definition of the expression in the measure.
Example: Sum (OrderTotal)
This parameter is mandatory. (Inherited from INxInlineMeasureDef.) | |
Description | Description of the measure.
This parameter is optional.
An empty string is returned as a default value. (Inherited from INxInlineMeasureDef.) | |
Expressions | Array of expressions. This parameter is used in case of cyclic measures (qGrouping is C). List of the expressions in the cyclic group. (Inherited from INxInlineMeasureDef.) | |
Grouping | Default value is no grouping.
This parameter is optional. (Inherited from INxInlineMeasureDef.) | |
Label | Name of the measure.
This parameter is optional.
An empty string is returned as a default value. (Inherited from INxInlineMeasureDef.) | |
NumFormat | Format of the field.
This parameter is optional. (Inherited from INxInlineMeasureDef.) | |
NumFormatFromTemplate | ||
Relative | If set to true, percentage values are returned instead of absolute numbers.
This parameter is optional. Default is false. (Inherited from INxInlineMeasureDef.) | |
ReverseSort | If set to true, it inverts the sort criteria in the field. (Inherited from INxInlineMeasureDef.) | |
Tags | Name connected to the measure that is used for search purposes.
This parameter is optional.
A measure can have several tags. (Inherited from INxInlineMeasureDef.) |