Properties
- autoConfirm boolean
Automatically confirm selections when clicking outside a listbox, without showing the selections toolbar.
- checkboxes boolean
Show values as checkboxes instead of as fields.
- frequencyMax 'fetch' | ValueExpression
frequencyMax calculation needed for histogram when not using qListObjectDef.qFrequencyMode: 'P' use an expression in the form
Max(AGGR(Count([field]), [field]))
(when needed) or 'fetch' that triggers an extra engine call but needed for library dimension that could change field when using the object - histogram boolean
Show histogram bar. also requires (qListObjectDef.qFrequencyMode 'V' and frequencyMax) or qListObjectDef.qFrequencyMode 'P'
- layoutOptions object
Layout settings.
layoutOptions properties
- dataLayout 'singleColumn' | 'grid'
Layout mode.
- dense boolean
Dense mode.
- layoutOrder 'row' | 'column'
Layout order. Only used when dataLayout is 'grid'
- maxVisibleColumns object
Max visible columns. Only used when dataLayout is 'grid' and layoutOrder is 'row'
maxVisibleColumns properties
- auto boolean
Automatically fit as many columns as possible. Only used when dataLayout is 'grid' and layoutOrder is 'row'
- maxColumns number
Fixed number of max visible columns. Only used when dataLayout is 'grid' layoutOrder is 'row' and auto is false
-
- maxVisibleRows object
Max visible rows. Only used when dataLayout is 'grid' and layoutOrder is 'column'
maxVisibleRows properties
- auto boolean
Automatically fits as many rows as possible. Only used when dataLayout is 'grid' and layoutOrder is 'column'
- maxRows number
Fixed number of max visible rows. Only used when dataLayout is 'grid' layoutOrder is 'column' and auto is false
-
-
- qListObjectDef ListObjectDefRequired
qListObjectDef properties
- frequencyEnabled boolean
Show frequency count. also requires qListObjectDef.qFrequencyMode to be set
-
- searchEnabled boolean
Enables search.
- showTitle boolean
Show title.
- title string
Listbox title
- wildCardSearch boolean
Pre-fill search input field with wildcard characters.
Extends ListObjectDef
, see Engine API: ListObjectDef
.
Properties
- frequencyEnabled boolean
Show frequency count. also requires qListObjectDef.qFrequencyMode to be set
see: https://qlik.dev/apis/json-rpc/qix/schemas#%23%2Fdefinitions%2Fschemas%2Fentries%2FValueExpression
Properties
- qValueExpression objectRequired
qValueExpression properties
- qExpr stringRequired
-