widget selector
This widget allows you to select entities with property label written inside of it, and pass them to widgets pointed with refs on property 'selected' of this widget.
Available properties
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
label |
Label for item |
|||||
type |
Type of selector. Possible values: list or checklist. |
list |
list | checklist |
Available objects
Name | Description | |||
---|---|---|---|---|
Simple item for list selector |
option
Simple item for list selector
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
checked |
If true this checkbox-like item will be checked by default |
true |
true | false |
|||
label |
Label for selector option |
|||||
TableSet to specify which tables from survey needed to take |
||||||
Here you specify which banner (composition of headers) is to be applied to the variable. |
tableSet
TableSet to specify which tables from survey needed to take
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
exclude |
Exclude field specify which variables should be excluded |
|||||
include |
Include field specify which variables should be included |
|||||
order |
Order field specify how variables should be ordered |
AsSpecified |
Original | Alphabetically | AsSpecified |
|||
Widget for displaying frequency table for market research |
widget frequencyTable
Widget for displaying frequency table for market research
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
cardAlign |
This sets the widget card row alignment (top | center | bottom | none) |
none |
top | center | bottom | none |
|||
dataSet |
The name of dataset which will be used to resolve incomplete vpath |
|||||
description |
Description (widget header) |
|||||
hide |
Hide item |
true | false | pdf | web |
||||
ignoreFilters |
A list of filter names to ignore. Container name can be used to ignore group of filters (e.g name of layout area) |
|||||
ignoreFiscalCalendar |
This allows you to use standard calendar instead of fiscal one |
true | false |
||||
ignoreWeights |
Use this property to specify any weights that have been defined but are to be ignored at this time. If the list contains multiple items, separate the items with comma. |
|||||
label |
Label (widget header) |
|||||
showQuestionId |
This property specifies whether the question ID is to be displayed in the widget label (true | false). |
true |
true | false |
|||
showWidgetHeader [Beta] |
Shows widget header. True by default. |
true | false |
||||
size |
This defines the size of the widget when it is displayed on the Dashboard. |
large |
small | medium | halfwidth | large |
|||
useOnlySources |
This defines the sources used by the widget to fetch data from. |
|||||
useWeights |
This property holds a list of the weights that are to be used by default. |
|||||
variable |
The question variable for frequency table |
|||||
via |
Table(s) for join path conflict resolution |
|||||
viaStrategy |
Join path conflict resolution strategy |
default | shortest |
||||
widgetVariant [Beta] |
Widget variant |
default | subtle | emphasised |
||||
Selector allows you to select option and exposes property 'selected' which can be referenced from any place |
||||||
This is a set of rules used to limit access to particular resources (a page, a widget etc). The rules are joined by logical AND, meaning all the rules must be true for the resource to be shown. |
||||||
This is widget documentation; information about the widget that is provided by the dashboard designer to the end report viewer. This allows the designer to add custom content for the widget "info" to provide the user with information necessary to understand the visualisation, type of analysis performed, data, etc. for example details about the risk model applied in the Risk assessment. |
||||||
The Toolbar widget is typically used to highlight key information in a simple text format and a selector. |
||||||
Suppression criteria for a widget |
||||||
Options for optimization |
||||||
Expression filter |
||||||
This allows variables for a date filter to be redefined |
||||||
This allows a level for a filter to be redefined |
||||||
Changes the reporting period from default / selected in the filter to different one |
||||||
Changes the reporting hierarchy nodes to be used from default/selected in filter to different one |
||||||
Changes applied filter to to different one |
||||||
This action requests Data Engine to automatically apply a filter to a dependent (target) level when a source level is filtered |
||||||
Defines which statistics are to be applied to a non-numeric variable. |
||||||
Defines which statistics are to be applied to a numeric variable. |
||||||
Defines which statistics are to be applied to a rating variable. |
||||||
statistic view |
||||||
Here you specify which banner (composition of headers) is to be applied to the variable. |
Entities defined by default in widget frequencyTable:
view statistic #statisticDefaultView {
color: "#000000"
fontWeight: "normal"
removeBrackets: false
}
view statistic #significanceTestDefaultView {
fontWeight: "bold"
color: "#FA5263"
removeBrackets: true
}
select Selector allows you to select option and exposes property 'selected' which can be referenced from any place
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
applyOnEvent [Beta] |
This property buffers changes to the local state of the select. Changes are not applied directly to the model, but are stored and only applied when a specified event occurs. |
|||||
background |
Set the background of the select; currently this only supports transparent as an option |
transparent |
||||
compareBy [Beta] |
This property allows the selection check in the selector to be based on any option’s property, instead of the default value. By setting compareBy to this.label or this.id, you can customize the attribute used to determine which option is selected. |
|||||
defaultOption |
Use this property to set default option for select |
|||||
delay [Beta] |
Sets the number of milliseconds to wait before applying the selector, effective in 'multi' mode |
|||||
label |
Label of selector |
|||||
mode |
Use this property to switch select type from single-choice to multi-choice |
multi | single |
||||
onDefaultChange |
Use this property to change behavior of selector when defaultOption is changed dynamically |
reset | resetAndApply |
||||
options |
List of options, consist of entities with mainType 'item' and properties 'value' and 'label' |
|||||
preserveState [Beta] |
This property determines whether the previous selection will remain when the select is shown again. If set to true, the previous selection will persist each time the select is made visible. |
true | false |
||||
resetOnEvent [Beta] |
This property resets the state of the select even if it’s buffered. |
|||||
selected |
Selected option value, it is set by system automatically, depends on user choice |
|||||
selectedProperty |
Entity with properties of entity within value, it is set by system automatically, depends on user choice |
|||||
An action that allows setting a specific option in a selector. |
||||||
An action that enables the sending of a command capable of triggering various logic in different parts of the dashboard |
||||||
An action that closes modal |
||||||
View resembling a table with customizable columns and selectable rows |
||||||
Selector, that looks like list of checboxes or radiobuttons |
||||||
Selector, that looks like tabs |
action setSelector An action that allows setting a specific option in a selector.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
compareBy [Beta] |
This property allows the selection check in the selector to be based on any option’s property, instead of the default value. By setting compareBy to this.label or this.id, you can customize the attribute used to determine which option is selected. |
|||||
select |
A reference that specifies the select entity in which the option should be selected. |
|||||
value |
Specifies the value of the option to be selected. |
action sendEvent [Beta] An action that enables the sending of a command capable of triggering various logic in different parts of the dashboard
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
name |
Name of an event |
action closeModal [Beta] An action that closes modal
toolbar The Toolbar widget is typically used to highlight key information in a simple text format and a selector.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
A button located within the widget’s toolbar |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
label |
||||||
A menu option that opens upon clicking, which |
||||||
An action that navigates to other page |
||||||
An action that allows setting a specific option in a selector. |
||||||
An action that can open infobox with defined text and header |
||||||
An action that can be initiated by either clicking a button or selecting a menu option. It encompasses various types of actions, including navigation, exporting, and more |
||||||
An action that enables the sending of a command capable of triggering various logic in different parts of the dashboard |
||||||
An action that closes modal |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
label |
||||||
An action that navigates to other page |
||||||
An action that can open infobox with defined text and header |
||||||
An action that can be initiated by either clicking a button or selecting a menu option. It encompasses various types of actions, including navigation, exporting, and more |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
navigateFilter |
Formula or question ID / alias |
|||||
navigateHistory |
Keep previous navigation filters |
false |
true | false |
|||
navigateTo |
Page to navigate to or a cross-document link entity |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
info |
||||||
label |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Specifies the desired format for the exported file |
png |
png | default |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
navigateFilter |
Formula or question ID / alias |
|||||
navigateHistory |
Keep previous navigation filters |
false |
true | false |
|||
navigateTo |
Page to navigate to or a cross-document link entity |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
info |
||||||
label |
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Specifies the desired format for the exported file |
png |
png | default |
suppressRule Suppression criteria for a widget
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
criteria |
Expression used to evaluate suppression |
|||||
label |
Text showed in case of suppression |
overrideFilter date This allows variables for a date filter to be redefined
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
dateVariables |
This property defines data fields for the date filter |
|||||
level |
This property specifies a level which selection in filter should be applied to |
|||||
name |
This property specifies the name of the filter that is to be redefined |
|||||
via |
This property specifies an intermediate level to be used to join not directly related levels: level at which filter is defined and level where filter should be applied to |
overrideFilter level This allows a level for a filter to be redefined
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
level |
This property specifies a level which selection in filter should be applied to |
|||||
name |
This property specifies the name of the filter that is to be redefined |
|||||
via |
This property specifies an intermediate level to be used to join not directly related levels: level at which filter is defined and level where filter should be applied to |
scope reportingPeriod Changes the reporting period from default / selected in the filter to different one
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
applyTo |
References to attribute of date variable from dataSet, if omitted then date variables apply for are not changed |
|||||
period |
Defining a new reporting period |
AllData | YoY | Previous | Current |
scope reportingHierarchy Changes the reporting hierarchy nodes to be used from default/selected in filter to different one
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
mode |
Changes the reporting hierarchy mode |
direct | rollup |
||||
nodeIds |
Changes the reporting hierarchy nodes from default / selected in the filter to particular nodes |
|||||
nodes |
Changes the reporting hierarchy nodes from default / selected in the filter to different one |
AllData | ParentsFromTop | ParentsFromCurrent | Roots | Children | Base |
||||
reportingHierarchy |
Reporting hierarchy name |
scope filter Changes applied filter to to different one
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
name |
Defining a scope filter name |
|||||
value |
Defining a scope filter value |
propagateFilter This action requests Data Engine to automatically apply a filter to a dependent (target) level when a source level is filtered
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
dropOriginal |
This flag allows to skip apply of the filter on 'source' level |
false |
true | false |
|||
from |
A level reference specifying the source level |
|||||
to |
A level reference specifying the target level |
categoricalStatistics Defines which statistics are to be applied to a non-numeric variable.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
Count statistic |
||||||
Percents statistic |
||||||
Significance test statistic |
statistic count Count statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic percents Percents statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
statisticPercentsDefaultFormatter |
||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic significanceTest Significance test statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
valueDefaultFormatter |
||||
level |
Level of significance test |
98 |
80 | 90 | 95 | 98 | 99 | 99.8 |
|||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
significanceTestDefaultView |
numericStatistics Defines which statistics are to be applied to a numeric variable.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
Average statistic |
||||||
Average statistic |
||||||
Average statistic |
||||||
Significance test statistic |
statistic average Average statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
label |
Label of a statistic |
|||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic standardDeviation Average statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
label |
Label of a statistic |
|||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic standardError Average statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
label |
Label of a statistic |
|||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic significanceTest Significance test statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
valueDefaultFormatter |
||||
level |
Level of significance test |
98 |
80 | 90 | 95 | 98 | 99 | 99.8 |
|||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
significanceTestDefaultView |
ratingStatistics Defines which statistics are to be applied to a rating variable.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
Count statistic |
||||||
Percents statistic |
||||||
Significance test statistic |
||||||
Average statistic |
||||||
Average statistic |
||||||
Average statistic |
statistic count Count statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic percents Percents statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
statisticPercentsDefaultFormatter |
||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic significanceTest Significance test statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
valueDefaultFormatter |
||||
level |
Level of significance test |
98 |
80 | 90 | 95 | 98 | 99 | 99.8 |
|||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
significanceTestDefaultView |
statistic average Average statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
label |
Label of a statistic |
|||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic standardDeviation Average statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
label |
Label of a statistic |
|||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
statistic standardError Average statistic
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
numberStatisticDefaultFormatter |
||||
label |
Label of a statistic |
|||||
view |
This is the identifier of a View, where the View is a special case of a formatter which is responsible for the UI (a formatter is normally used for data transformation). A View must be specified if non-default behavior is needed |
statisticDefaultView |
banner
Here you specify which banner (composition of headers) is to be applied to the variable.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
bannerDefinition |
||||||
label |
Here you can add a label for the banner |
|||||
This contains a block of settings used to configure one specific header of the banner. |
header
This contains a block of settings used to configure one specific header of the banner.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
collapsed |
true |
true | false |
||||
label |
The label of the header displayed for the top level header |
|||||
variable |
The question variable for the header. |
|||||
This contains a block of settings used to configure one specific header of the banner. |