NxInlineMeasureDef
Properties
Name | Description | Type |
---|---|---|
qLabel | Name of the measure. An empty string is returned as a default value. This parameter is optional. |
String |
qDescription | Description of the measure. An empty string is returned as a default value. This parameter is optional. |
String |
qTags | Name connected to the measure that is used for search purposes. A measure can have several tags. This parameter is optional. |
Array of Strings |
qGrouping | Default value is no grouping. This parameter is optional. One of:
|
String |
qDef | Definition of the expression in the measure. Example: Sum (OrderTotal) This parameter is mandatory. |
String |
qNumFormat | Format of the field. This parameter is optional. |
FieldAttributes |
qRelative | If set to true, percentage values are returned instead of absolute numbers. Default value is false. This parameter is optional. |
Boolean |
qBrutalSum | 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 . |
Boolean |
qAggrFunc | 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. |
String |
qAccumulate |
|
Integer |
qReverseSort | If set to true, it inverts the sort criteria in the field. |
Boolean |
qActiveExpression | Index of the active expression in a cyclic measure. The indexing starts from 0. The default value is 0. This parameter is optional. |
Integer |
qExpressions | Array of expressions. This parameter is used in case of cyclic measures ( qGrouping is C). List of the expressions in the cyclic group. |
Array of Strings |
qLabelExpression | Label expression. This parameter is optional. |
String |