INxInlineMeasureDef Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxInlineMeasureDef : IAbstractStructure
Properties
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 Default value is 0. This parameter is optional. JSON property name: qAccumulate |
ActiveExpression |
Index of the active expression in a cyclic measure. The indexing starts from 0. The default value is 0. This parameter is optional. JSON property name: qActiveExpression |
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. JSON property name: qAggrFunc |
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 value is false. If using the Qlik Sense interface, it means that the total mode is set to Expression Total . JSON property name: qBrutalSum |
Def |
Definition of the expression in the measure. Example: This parameter is mandatory. JSON property name: qDef |
Description |
Description of the measure. An empty string is returned as a default value. This parameter is optional. JSON property name: qDescription |
Expressions |
Array of expressions. This parameter is used in case of cyclic measures ( JSON property name: qExpressions |
Grouping |
Default value is no grouping. This parameter is optional. JSON property name: qGrouping |
Label |
Name of the measure. An empty string is returned as a default value. This parameter is optional. JSON property name: qLabel |
LabelExpression |
Label expression. This parameter is optional. JSON property name: qLabelExpression |
NumFormat |
Format of the field. This parameter is optional. JSON property name: qNumFormat |
Relative |
If set to true, percentage values are returned instead of absolute numbers. Default value is false. This parameter is optional. JSON property name: qRelative |
ReverseSort |
If set to true, it inverts the sort criteria in the field. JSON property name: qReverseSort |
Tags |
Name connected to the measure that is used for search purposes. A measure can have several tags. This parameter is optional. JSON property name: qTags |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!