Table properties
These are the properties used by Qlik Sense straight tables.
showTitles
Type: Boolean
Show title for the visualization.
Default: true.
showDetails
Type: Boolean
Sets if visualization details should be shown.
Default: false
title
Type: String | qStringExpression
Visualization title shown if "showTitles": true.
subtitle
Type: String | qStringExpression
Visualization subtitle shown if "showTitles": true.
footnote
Type: String | qStringExpression
Visualization footnote shown if "showTitles": true.
qHyperCubeDef
Type: Object
The hypercube definition used by most visualizations.
A subset of the properties available in the qHyperCubeDef is presented here. For complete documentation of all available properties, see Engine API: HyperCubeDef.
Properties
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
columnOrder | Array |
Index array that determines the column order, where 0 is the first column, 1 is the second, and so on. If omitted, a default value will be used. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
columnWidths | Array |
Array that determines the column widths. If omitted, a default value will be used. -1 equals to auto. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
qDimensions | Array |
Extends NxDimension, see Engine API: NxDimension. Additional properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
qMeasures | Array |
Extends NxMeasure, see Engine API: NxMeasure. Additional properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
qLayoutExclude | Object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
customErrorMessage | Object |
Set to define custom error messages.
|
components
Type: Array
Component settings. All theme component properties are unset (null) when creating a chart. The values for each attribute are fetched from the current theme. Setting any property here will override the theme used.
Properties
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
key | String |
Determines which component the settings apply to. Possible values: 'theme' |
|||||||||
content | Object |
Properties
|
|||||||||
Header | Object |
Properties
|
totals
Type: Object
Totals row settings.
Properties
Name | Type | Description |
---|---|---|
show | Boolean |
Set to automatically display totals row. Default: true |
position | String |
Set the position of the totals row. Can be one of:
Default: noTotals |
label | String |
Set the label of the totals row. Default: Totals |
scrolling
Type: Object
Settings related to scrolling behavior.
Properties added in Qlik Sense November 2017.
Properties
Name | Type | Description |
---|---|---|
keepFirstColumnInView | Boolean |
Specifies if the first column should be locked when the content is scrolled horizontally. Locking the first column allows to easily associate content in other columns with the objects represented in the rows. Default: false |
multiline
Type: Object
Header and text wrapping settings.
Properties added in Qlik Sense November 2017.
Properties
Name | Type | Description |
---|---|---|
wrapTextInHeaders | Boolean |
Set to true to enable text wrapping into multiple lines in the table headers. When disabled, the table headers appear more compact. Default: true |
wrapTextInCells | Boolean |
Set to true to enable text wrapping into multiple lines in the tables data cells. When disabled, the table cell content appear more compact and more rows can be shown on the screen. Default: true |