widget chart
The Chart widget allows you to present your data using various visual display options: Pie / Bars / Line / Area.
Available properties
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
animation |
Use chart animation |
false |
true | false |
|||
cardAlign |
This sets the widget card row alignment (top | center | bottom | none) |
none |
top | center | bottom | none |
|||
chartBackgroundColor |
The background color of the chart. |
|||||
chartBackgroundOpacity |
The opacity of the background color. |
|||||
compare |
Comparison mode for significance testing, 'parent' will compare among the hierarchy, 'next', 'first', 'last', 'previous' - compares column or row with next/first/etc column or row. 'adjacent' compares column with adjacent column. (Same as 'previous', preserved for compatability reasons), |
adjacent | parent | all | previous | next | first | last | totalexclusive |
||||
confidenceLevels |
Significance testing confidence levels |
80 | 90 | 95 | 98 | 99 | 99.8 |
||||
dataSet |
The name of dataset which will be used to resolve incomplete vpath |
|||||
description |
Description (widget header) |
|||||
exportable |
This activates the possibility for the user to download the widget content as an image. Using Confirmit Go mobile app, this permits the user to share and send a snapshot image of the widget to someone else. |
true |
true | false |
|||
gridLines |
This defines the Grid lines display mode. |
none | horizontal | vertical | both | perpendicular | parallel |
||||
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) |
|||||
layout |
Specify how the chart is to be orientated (horizontal | vertical). Default value is horizontal. |
horizontal |
horizontal | vertical |
|||
legend |
Here you define the location of the legend on the chart. Allowed values are (none | topLeft | topCenter | topRight | leftTop | leftMiddle | leftBottom | | rightTop | rightMiddle | rightBottom | bottomLeft | bottomCenter | bottomRight). Default value is none. |
none |
none | topLeft | topCenter | topRight | leftTop | leftMiddle | leftBottom | rightTop | rightMiddle | rightBottom | bottomLeft | bottomCenter | bottomRight |
|||
navigateTo |
Page to navigate to or a cross-document link entity |
|||||
palette |
Here you define the custom list of colors that are to be applied to the lines in the chart. |
defaultColorPalette |
||||
postFilters |
Contains list of filters which should be applied afterwards. |
|||||
removeEmptyCategories |
Use this property to remove from the results all categories that contain no data (true | false). |
false |
true | false |
|||
removeEmptySeries |
Use this property to remove from the results all series that contain no data (true | false). |
false |
true | false |
|||
scroll |
auto |
disabled | enabled | auto |
||||
showWidgetHeader [Beta] |
Shows widget header. True by default. |
true | false |
||||
significanceTesting |
Enables significance testings. Note: it is not available for multi and overlapping date categories, Pie, Radar and intra-series breakdown charts. |
true | false |
||||
size |
This defines the size of the widget when it is displayed on the Dashboard. |
small |
small | medium | halfwidth | large |
|||
threshold |
Sample threshold for significance test evaluation. If the value is specified then a test is not computed for smaller samples. |
|||||
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. |
|||||
via |
Table(s) for join path conflict resolution |
|||||
viaStrategy |
Join path conflict resolution strategy |
default | shortest |
||||
widgetVariant [Beta] |
Widget variant |
default | subtle | emphasised |
Available objects
Name | Description | |||
---|---|---|---|---|
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 |
||||
This code block creates a Bar chart |
||||
Area chart type |
||||
Line chart type |
||||
Specifies that the chart is to be presented as a pie chart and provides available settings for that type of chart. |
||||
This code block specifies that the chart is to be presented as a radar chart and provides available settings for that type of chart. |
||||
Category list section |
||||
Category cut section |
||||
Category cut by multi section |
||||
Category date section |
||||
Category overlapping date section |
||||
Chart category transfer schema |
||||
Chart category filter schema |
||||
Category drill down section |
||||
Category comparison section |
||||
Category total of selected section |
||||
Category selected flat section |
||||
Series section |
||||
Chart report base |
||||
Chart category axis |
||||
Chart primary axis |
||||
Chart secondary axis |
||||
This defines the source of the Chart grid. |
||||
This code block enables you to define the Chart margins. |
||||
RespondentsBase value suppression. |
||||
RecordsBase value suppression. |
||||
Custom suppression |
||||
Custom series section |
||||
Selector |
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. |
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 |
button
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 |
option
A menu option that opens upon clicking, which
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 |
action navigate [Beta]
An action that navigates to other page
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 |
action showInfobox [Beta]
An action that can open infobox with defined text and header
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
info |
||||||
label |
action export [Beta]
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 | |||
---|---|---|---|---|---|---|
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 |
chart bar
This code block creates a Bar chart
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
barColorFormat |
This is the conditional formatter to define the bar color. |
|||||
barGap |
The gap between two bar in the same category in pixels. |
|||||
barSize |
The width or height of each bar in pixels. If the barSize is not specified or bars with the specified values don’t fit, the size of bar will be calculated automatically. Note: it will only work if you specify barSize for all bars. |
|||||
dataLabel |
Changes the data label options |
value | percent | percentThenValue | valueThenPercent | hide |
||||
gradientFill [Beta] |
Changes the fill to a gradient based on the offset values provided |
|||||
legendType |
The interpolation type of line |
line | square | rect | circle | cross | diamond | square | star | triangle | wye | none |
||||
maxBarSize |
The maximum width or height of each bar in pixels. If the maxBarSize is not specified or bars with the specified values don’t fit, the maximum size of bar will be calculated automatically. |
|||||
mode |
This property changes the chart mode. |
clustered |
stacked | stacked100Percent | clustered |
|||
percentFormat |
Formatter for percentage labels. |
|||||
showBase |
Show number of responses |
false |
true | false |
|||
showBaseInTooltip |
Show base of a series in tooltip |
true |
true | false |
|||
showValue |
Specifies whether the value is to be displayed or not. |
true |
true | false |
|||
stackId |
The stack ID of the bar. When two bars have the same value axis and the same stackId, then the two bars are stacked in the order in which they appear in the CDL. |
|||||
valueLabel |
Changes the display values along with labels |
|||||
valuePosition |
Changes the display position of value in chart |
inner |
inner | outer |
chart area
Area chart type
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
connectNulls |
Whether to connect a graph line across null points. |
true |
true | false |
|||
dotColorFormat |
Conditional formatter for dot color. |
|||||
dotSize |
Dot size |
3 |
||||
gradientFill [Beta] |
Changes the fill to a gradient based on the offset values provided |
|||||
legendType |
The interpolation type of line |
line | square | rect | circle | cross | diamond | square | star | triangle | wye | none |
||||
lineType |
The interpolation type of line |
basis | basisClosed | basisOpen | linear | linearClosed | natural | monotoneX | monotoneY | monotone | step | stepBefore | stepAfter |
||||
lineWidth |
This property allows to specify the custom width for the chart lines. |
2 |
||||
mode |
This property changes the chart mode. |
clustered |
stacked | stacked100Percent | clustered |
|||
showBaseInTooltip |
Show base of a series in tooltip |
true |
true | false |
|||
stackId |
The stack ID of the bar. When two bars have the same value axis and the same stackId, then the two bars are stacked in the order in which they appear in the CDL. |
chart line
Line chart type
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
connectNulls |
Whether to connect a graph line across null points. |
true |
true | false |
|||
dotColorFormat |
Conditional formatter for dot color. |
|||||
dotSize |
Dot size |
3 |
||||
legendType |
The interpolation type of line |
line | square | rect | circle | cross | diamond | square | star | triangle | wye | none |
||||
lineType |
The interpolation type of line |
basis | basisClosed | basisOpen | linear | linearClosed | natural | monotoneX | monotoneY | monotone | step | stepBefore | stepAfter |
||||
lineWidth |
This property allows to specify the custom width for the chart lines. |
2 |
||||
showBase |
Show number of responses |
false |
true | false |
|||
showBaseInTooltip |
Show base of a series in tooltip |
true |
true | false |
|||
showDotValue |
Specifies whether the dot value is to be displayed or not. |
false |
true | false |
|||
style [Beta] |
Define which style of chart to render |
comparison_line | comparison_bar |
chart pie
Specifies that the chart is to be presented as a pie chart and provides available settings for that type of chart.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
innerRadius |
The inner radius of all the sectors. |
|||||
legendType |
The interpolation type of line |
line | square | rect | circle | cross | diamond | square | star | triangle | wye | none |
||||
outerRadius |
The outer radius of all the sectors. |
|||||
showBase |
Show number of responses |
false |
true | false |
|||
showBaseInTooltip |
Show base of a series in tooltip |
true |
true | false |
|||
showValue |
Specifies whether the value is to be displayed or not. |
true |
true | false |
|||
valuePosition |
Changes the display position of value in chart |
inner | outer |
chart radar
This code block specifies that the chart is to be presented as a radar chart and provides available settings for that type of chart.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
dotColorFormat |
Conditional formatter for dot color. |
|||||
dots |
Visibility of graph dots |
false |
true | false |
|||
dotSize |
Dot size |
3 |
||||
legendType |
The interpolation type of line |
line | square | rect | circle | cross | diamond | square | star | triangle | wye | none |
||||
max |
Define a maximum value for the chart axis (the value may be 'auto', 'dataMax' or a number value) |
auto |
auto | dataMax |
|||
min |
Define a maximum value for the chart axis (the value may be 'auto', 'dataMin' or a number value) |
auto |
auto | dataMin |
|||
shape |
Chart shape |
polygon |
polygon | circle |
|||
showBaseInTooltip |
Show base of a series in tooltip |
true |
true | false |
|||
tickCount |
The count of axis ticks |
category list
Category list section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
hierarchy |
Hierarchical field (vpath) - a field to define parent-child relations when building hierarchy (example - accounts:ParentAccountID) |
|||||
label |
Value title |
|||||
record |
The name of the filters for individual record selection |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
table |
The name of the table (alias) for the widget to work with |
accounts: |
||||
take |
The number of cells to be fetched, cannot be used if path to series is specified as sortBy |
|||||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
value |
A valid value expression in table engine |
|||||
where |
contains post-aggregation filter expression for the list section |
|||||
Chart report base |
||||||
Expression filter |
||||||
Changes applied filter to to different one |
||||||
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 |
category cut
Category cut section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categories |
Filter for categories used |
|||||
collapseMulti |
When set to true, this header acts like 'cutByMulti' for multi-choice variables, while it has no effect on other types of valriables. |
true | false |
||||
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
palette |
Here you define the custom list of colors that are to be applied to the lines in the category. |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
value |
A valid value expression in table engine |
|||||
Chart report base |
category cutByMulti
Category cut by multi section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categories |
Filter for categories used |
|||||
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
palette |
Here you define the custom list of colors that are to be applied to the lines in the category. |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
value |
A valid value expression in table engine |
|||||
Chart report base |
category date
Category date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
align |
Set this property to true if date range should be aligned |
true | false |
||||
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
categories |
Filter for categories used |
|||||
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
end |
Contains description of range end, applies filter to the date expression. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
movingAverageEnd |
This defines a number of date parts after current to include in average window |
|||||
movingAverageStart |
This defines a number of date parts before current to include in average window |
|||||
palette |
Here you define the custom list of colors that are to be applied to the lines in the category. |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
start |
Contains description of range start, applies filter to the date expression. |
|||||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
value |
A valid value expression in table engine |
|||||
Chart report base |
category overlappingDate
Category overlapping date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
align |
Set this property to true if date range should be aligned |
true | false |
||||
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
categories |
Filter for categories used |
|||||
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
end |
Contains description of range end, applies filter to the date expression. |
|||||
endShift |
Modification of ends of breakdown intervals in the form '<value> <period>'. Here 'value' is integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the ends of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
palette |
Here you define the custom list of colors that are to be applied to the lines in the category. |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
start |
Contains description of range start, applies filter to the date expression. |
|||||
startShift |
Modification of starts of breakdown intervals in the form '<value> <period>'. Here 'value' is an integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then starts of breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
value |
A valid value expression in table engine |
|||||
Chart report base |
category transfer
Chart category transfer schema
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
fromSeries |
Transfer from series |
|||||
label |
Value title |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
Chart report base |
category filter
Chart category filter schema
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
value |
A valid value expression in table engine |
|||||
valueLabel |
Value label |
|||||
Chart report base |
category drillDown
Category drill down section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
drillDown |
Drill down |
|||||
label |
Value title |
category comparison
Category comparison section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
label |
Value title |
|||||
reportingHierarchy |
Reporting hierarchy |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
Chart report base |
category selectedHierarchy
Category total of selected section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
label |
Value title |
|||||
labelSeparator |
Label separator |
|||||
reportingHierarchy |
Reporting hierarchy |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
Chart report base |
category selectedFlat
Category selected flat section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
label |
Value title |
|||||
labelSeparator |
Label separator |
|||||
labelStyle |
Hierarchy label display style. Has two options: nodeOnly and fullPath |
fullPath |
nodeOnly | fullPath |
|||
reportingHierarchy |
Reporting hierarchy |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
Chart report base |
series
Series section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
base |
A valid expression for calculating the base of a series. |
|||||
compare |
Comparison mode for significance testing, 'parent' will compare among the hierarchy, 'next', 'first', 'last', 'previous' - compares column or row with next/first/etc column or row. 'adjacent' compares column with adjacent column. (Same as 'previous', preserved for compatability reasons), |
adjacent | parent | all | previous | next | first | last | totalexclusive |
||||
confidenceLevels |
Significance testing confidence levels |
80 | 90 | 95 | 98 | 99 | 99.8 |
||||
format |
Accepts an identifier of a formatter which transforms |
|||||
isSecondary |
false |
true | false |
||||
label |
A valid value expression in table engine. |
|||||
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 |
|||||
palette |
Here you define the custom list of colors that are to be applied to the lines in the series. |
|||||
percentOver |
The value will be calculated as a percentage of a full bar. It could be calculated over series or over categories. |
series | categories |
||||
significanceTesting |
Enables significance testings. Note: it is not available for multi and overlapping date categories, Pie, Radar and intra-series breakdown charts. |
true | false |
||||
threshold |
Sample threshold for significance test evaluation. If the value is specified then a test is not computed for smaller samples. |
|||||
value |
A valid value expression in table engine. |
|||||
Breakdown by cut section |
||||||
Breakdown by cut by multi section |
||||||
Breakdown by date section |
||||||
Breakdown by overlapping date section |
||||||
Chart series transfer schema |
||||||
This code block creates a Bar chart |
||||||
Area chart type |
||||||
Line chart type |
||||||
Specifies that the chart is to be presented as a pie chart and provides available settings for that type of chart. |
||||||
This code block specifies that the chart is to be presented as a radar chart and provides available settings for that type of chart. |
breakdownBy cut
Breakdown by cut section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categories |
Filter for categories used |
|||||
collapseMulti |
When set to true, this header acts like 'cutByMulti' for multi-choice variables, while it has no effect on other types of valriables. |
true | false |
||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
value |
A valid value expression in table engine |
breakdownBy cutByMulti
Breakdown by cut by multi section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categories |
Filter for categories used |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
value |
A valid value expression in table engine |
breakdownBy date
Breakdown by date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
align |
Set this property to true if date range should be aligned |
true | false |
||||
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
categories |
Filter for categories used |
|||||
end |
This contains the definition of the range end, and applies a filter to the date expression. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
movingAverageEnd |
This defines a number of date parts after current to include in average window |
|||||
movingAverageStart |
This defines a number of date parts before current to include in average window |
|||||
start |
This contains the definition of the range start, and applies a filter to the date expression. |
|||||
value |
A valid value expression in table engine |
breakdownBy overlappingDate
Breakdown by overlapping date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
align |
Set this property to true if date range should be aligned |
true | false |
||||
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
categories |
Filter for categories used |
|||||
end |
This contains the definition of the range end, and applies a filter to the date expression. |
|||||
endShift |
Modification of ends of breakdown intervals in the form '<value> <period>'. Here 'value' is integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the ends of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
start |
This contains the definition of the range start, and applies a filter to the date expression. |
|||||
startShift |
Modification of starts of breakdown intervals in the form '<value> <period>'. Here 'value' is the integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the starts of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
value |
A valid value expression in table engine |
base
Chart report base
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
|||||
hide |
If set true, the base do not display in the category label. |
false |
true | false |
|||
value |
Report base value expression |
COUNT() |
axis category
Chart category axis
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
axisLine |
Use this property to hide the axis line on this chart. If set to false, no axis line will be drawn (true | false). |
true |
true | false |
|||
hide |
Use this property to hide the axis on this chart. If set to true, the axis will not be displayed in the chart (true | false). |
false |
true | false |
|||
interval |
If set all, all the ticks will be shown. If set preserveStart, preserveEnd or preserveStartEnd, the ticks which are to be shown or hidden will be calculated automatically. |
all |
preserveStart | preserveEnd | preserveStartEnd | all |
|||
label |
Chart axis label value. |
|||||
orientation |
Tick text orientation ("vertical" or degrees from -90 till 90). |
0 |
vertical | 0 | 45 | -45 | 90 | -90 |
|||
textSize |
Defines the size (width or height, depending on location) of the axis label text in pixels |
|||||
tickLine |
Use this property to include a tick-line on the chart. If set false, no axis tick-lines will be drawn. Bear in mind that adding this property and then specifying false is the same as not adding the property (true | false). |
true |
true | false |
axis primary
Chart primary axis
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
axisLine |
Use this property to hide the axis line on this chart. If set to false, no axis line will be drawn (true | false). |
true |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
hide |
Use this property to hide the axis on this chart. If set to true, the axis will not be displayed in the chart (true | false). |
false |
true | false |
|||
label |
Chart axis label value. |
|||||
maxValue |
Specify the maximum value of the axis. |
|||||
minValue |
Specify the minimum value of the axis. |
|||||
orientation |
Tick text orientation ("vertical" or degrees from -90 till 90). |
0 |
vertical | 0 | 45 | -45 | 90 | -90 |
|||
reversed |
Reverse the ticks or not |
true | false |
||||
strokeWidth |
Change the width of the axis |
|||||
textSize |
Defines the size (width or height, depending on location) of the axis label text in pixels |
|||||
tickLine |
Use this property to include a tick-line on the chart. If set false, no axis tick-lines will be drawn. Bear in mind that adding this property and then specifying false is the same as not adding the property (true | false). |
true |
true | false |
axis secondary
Chart secondary axis
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
axisLine |
Use this property to hide the axis line on this chart. If set to false, no axis line will be drawn (true | false). |
true |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
hide |
Use this property to hide the axis on this chart. If set to true, the axis will not be displayed in the chart (true | false). |
false |
true | false |
|||
label |
Chart axis label value. |
|||||
maxValue |
Specify the maximum value of the axis. |
|||||
minValue |
Specify the minimum value of the axis. |
|||||
orientation |
Tick text orientation ("vertical" or degrees from -90 till 90). |
0 |
vertical | 0 | 45 | -45 | 90 | -90 |
|||
reversed |
Reverse the ticks or not |
true | false |
||||
strokeWidth |
Change the width of the axis |
|||||
textSize |
Defines the size (width or height, depending on location) of the axis label text in pixels |
|||||
tickLine |
Use this property to include a tick-line on the chart. If set false, no axis tick-lines will be drawn. Bear in mind that adding this property and then specifying false is the same as not adding the property (true | false). |
true |
true | false |
gridSource
This defines the source of the Chart grid.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categoryFormat |
Accepts an identifier of a formatter which transforms |
|||||
categoryLabel |
Value title |
|||||
emptyFirst |
For some header cells desired values can be empty. This setting specifies if such cells should go before or after others. Default value is false. |
false |
true | false |
|||
format |
Accepts an identifier of a formatter which transforms |
|||||
grid |
Grid expression |
|||||
isSecondary |
false |
true | false |
||||
label |
A valid value expression in table engine. |
|||||
percent |
This property specifies whether the height of the chart bars is to be the full height of the chart diagram. The series values will be displayed as percentages of each bar (true | false). |
false |
true | false |
|||
seriesFormat |
Accepts an identifier of a formatter which transforms |
|||||
seriesLabel |
Value title |
|||||
sortBy |
A valid series identifier or path to breakdown. |
|||||
sortIndex |
Defines which column on the other side of the table (from the header) the values are to be taken from. You can use negative values here. -1 means the last row/column. Default value is -1. |
-1 |
||||
sortOrder |
Specify how the chart widget is to be sorted (none (default) | ascending | descending). |
none |
none | ascending | descending |
|||
takeBottom |
Specifies how many cells are to be taken, starting at the bottom of the column. |
|||||
takeTop |
Specifies how many cells are to be taken, starting at the top of the column. |
|||||
transpose |
Transpose grid fields and categories |
false |
true | false |
|||
value |
A valid value expression in table engine. |
|||||
Chart report base |
chartMargin
This code block enables you to define the Chart margins.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
bottom |
Define a margin between the bottom of the chart and the lower edge of the widget. |
5 |
||||
left |
Define a margin between the left edge of the chart and the left edge of the widget. |
5 |
||||
right |
Define a margin between the right edge of the chart and the right edge of the widget. |
5 |
||||
top |
Define a margin between the top of the chart and the top edge of the widget. |
5 |
suppression respondentsBase
RespondentsBase value suppression.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
filter |
Formula or question ID / alias |
|||||
in |
Defines a position where the condition of suppressing should be calculated. |
dataPoint |
dataPoint | totalCategories | totalSeries |
|||
table |
Formula or question ID / alias |
|||||
threshold |
Value will be compared with the threshold. |
none |
suppression recordsBase
RecordsBase value suppression.
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
threshold |
Value will be compared with the threshold. |
none |
suppression custom [Beta]
Custom suppression
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
condition |
Custom suppression condition: either expression, value name, or formula entity |
|||||
valuesToKeep |
List of values that should not be suppressed. By default all values are suppressed |
series custom
Custom series section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
formatString |
Format string for custom cell. Supports html. Example: '<b>{value1}</b> (#{rank})' |
|||||
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 |
|||||
tooltipFormatString |
Format string for custom cell tooltip. Example: '{value2}' |
|||||
valueKey |
A pointer to the expression that the series is based on. |
value |
||||
Breakdown by cut section |
||||||
Breakdown by cut by multi section |
||||||
Breakdown by date section |
||||||
Breakdown by overlapping date section |
||||||
Chart series transfer schema |
||||||
Cell ranking settings |
||||||
This type of lookup allows evaluation of ranks of calculated values against reference data (benchmarks). |
||||||
This type of lookup allows retrieval of a single value from reference data source (benchmarks) |
||||||
This type of lookup allows retrieval of a vector from reference data source (benchmarks) |
||||||
Cell statistic value settings |
||||||
Cell statistic value settings |
||||||
Cell statistic value settings |
||||||
Cell statistic value settings |
||||||
Cell expression |
||||||
Formula allows you to calculate new values within the same row using values from different columns and/or different values in the same column |
||||||
Cell header value settings. You can request header label or code with it |
||||||
This type of value allows to request a vector value |
||||||
This type of value allows to create a vector based on its individual items |
breakdownBy cut
Breakdown by cut section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categories |
Filter for categories used |
|||||
collapseMulti |
When set to true, this header acts like 'cutByMulti' for multi-choice variables, while it has no effect on other types of valriables. |
true | false |
||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
value |
A valid value expression in table engine |
breakdownBy cutByMulti
Breakdown by cut by multi section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
categories |
Filter for categories used |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
value |
A valid value expression in table engine |
breakdownBy date
Breakdown by date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
align |
Set this property to true if date range should be aligned |
true | false |
||||
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
categories |
Filter for categories used |
|||||
end |
This contains the definition of the range end, and applies a filter to the date expression. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
movingAverageEnd |
This defines a number of date parts after current to include in average window |
|||||
movingAverageStart |
This defines a number of date parts before current to include in average window |
|||||
start |
This contains the definition of the range start, and applies a filter to the date expression. |
|||||
value |
A valid value expression in table engine |
breakdownBy overlappingDate
Breakdown by overlapping date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
align |
Set this property to true if date range should be aligned |
true | false |
||||
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
categories |
Filter for categories used |
|||||
end |
This contains the definition of the range end, and applies a filter to the date expression. |
|||||
endShift |
Modification of ends of breakdown intervals in the form '<value> <period>'. Here 'value' is integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the ends of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
start |
This contains the definition of the range start, and applies a filter to the date expression. |
|||||
startShift |
Modification of starts of breakdown intervals in the form '<value> <period>'. Here 'value' is the integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the starts of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
value |
A valid value expression in table engine |
breakdownBy transfer
Chart series transfer schema
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
format |
Accepts an identifier of a formatter which transforms |
|||||
fromCategory |
Transfer from category |
|||||
label |
Value title |
rank
Cell ranking settings
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
decimalPlaces |
Decimal places to compare use for ranking comparisons |
|||||
dimension |
Axis for significance testing: 'rows' or 'columns' |
rows | columns |
||||
formatString |
Format string for rank. For example: '{rank} out of {total}'. Should take into account 'withMaxRank' |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
mode |
Ranking mode: all, within or between |
all | within | between |
||||
order |
Ranking order: asc or desc |
asc | desc |
||||
sourceValue |
Name of the value to rank. By default - 'value' |
value |
||||
withMaxRank |
Show a maximum rank for every cell |
true | false |
||||
Represents a collection of items as format string. |
lookup rank
This type of lookup allows evaluation of ranks of calculated values against reference data (benchmarks).
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
ranks |
Defines indexes of a subset of the original benchmark array to be used for ranking. Indexes are 1-based |
|||||
source |
The name of reference data source |
|||||
takeInArray |
The name of the reference data array for ranking |
|||||
value |
Expression defining a source value to rank, or a name of previously defined value to rank |
|||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Describes ranking behaviour |
||||||
Describes ranking behaviour |
||||||
Describes ranking behaviour |
||||||
Represents a collection of items as format string. |
mapping header
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
depth |
Header level depth for multi-level headers |
|||||
flavor |
The 'flavor' of header cell values to map to the specified selector. If not defined, a cell value is mapped as is. If defined then a cell value is converted before mapping |
year | quarter | month | week | day |
||||
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
mapping value
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
|||||
value |
Expression defining the value to map |
mapping valueId
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
|||||
valueId |
Name of the expression to map |
mode custom
Describes ranking behaviour
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
ends |
In some edge cases calculated rank may fall outside the defined range 1-n. This option defines a rule of handling such cases |
none | tonull | tonearest |
||||
interval |
Defines a rule of assigning ranks to values that are between range boundaries |
left | right |
||||
order |
Defines sorting order of ranking data points |
asc | desc |
lookup value
This type of lookup allows retrieval of a single value from reference data source (benchmarks)
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
source |
The name of reference data source |
|||||
value |
The name of the value to retrieve. Optionally with index if the value is an array: 'name, index' |
|||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Represents a collection of items as format string. |
mapping header
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
depth |
Header level depth for multi-level headers |
|||||
flavor |
The 'flavor' of header cell values to map to the specified selector. If not defined, a cell value is mapped as is. If defined then a cell value is converted before mapping |
year | quarter | month | week | day |
||||
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
mapping value
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
|||||
value |
Expression defining the value to map |
mapping valueId
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
|||||
valueId |
Name of the expression to map |
lookup items [Beta]
This type of lookup allows retrieval of a vector from reference data source (benchmarks)
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
array |
Name of the reference data array |
|||||
colorFormatter |
The formatter used to format the color of a value |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
indexes |
Indexes of the values to retrieve from array |
|||||
source |
The name of reference data source |
|||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Mapping objects define correspondence between table headers or values and reference data selectors |
||||||
Represents a collection of items as format string. |
mapping header
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
depth |
Header level depth for multi-level headers |
|||||
flavor |
The 'flavor' of header cell values to map to the specified selector. If not defined, a cell value is mapped as is. If defined then a cell value is converted before mapping |
year | quarter | month | week | day |
||||
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
mapping value
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
|||||
value |
Expression defining the value to map |
mapping valueId
Mapping objects define correspondence between table headers or values and reference data selectors
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
header |
Reference to local header |
|||||
matching |
Specifies matching mode. "exact" (default) - find exactly matching selector, "nearest" - find a selector with closest numeric value (ignored for string values). |
exact | nearest |
||||
selector |
Name of the header in the lookup table |
|||||
valueId |
Name of the expression to map |
statistic trend
Cell statistic value settings
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
compare |
Comparison mode for significance testing, 'parent' will compare among the hierarchy, 'next', 'first', 'last', 'previous' - compares column or row with next/first/etc column or row. 'adjacent' compares column with adjacent column. (Same as 'previous', preserved for compatability reasons), |
previous | next | first | last |
||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
nestingLimit [Beta] |
Specifies max number of nested leaf cell levels that can be included in a comparison group. If non present - largest possible comparison groups is creared, including as many nesting levels as possible to form independent groups. |
|||||
value |
Calculate trend / percent for this expression |
|||||
Represents a collection of items as format string. |
statistic percent
Cell statistic value settings
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
dimension |
Axis for significance testing: 'rows' or 'columns' |
columns |
rows | columns |
|||
formatter |
Accepts an identifier of a formatter which transforms |
percentDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
value |
Calculate trend / percent for this expression |
|||||
Rounding settings for percent statistics |
||||||
Represents a collection of items as format string. |
statistic mean
Cell statistic value settings
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
argument |
Non-aggregated expression for mean testing |
|||||
colorFormatter |
The formatter used to format the color of a value |
|||||
compare |
Comparison mode for significance testing, 'parent' will compare among the hierarchy, 'next', 'first', 'last', 'previous' - compares column or row with next/first/etc column or row. 'adjacent' compares column with adjacent column. (Same as 'previous', preserved for compatability reasons), |
adjacent |
adjacent | parent | all | previous | next | first | last | totalexclusive |
|||
confidenceLevels |
Significance testing confidence levels |
80 | 90 | 95 | 98 | 99 | 99.8 |
||||
dimension |
Axis for significance testing: 'rows' or 'columns' |
rows | columns |
||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
nestingLimit [Beta] |
Specifies max number of nested leaf cell levels that can be included in a comparison group. If non present - largest possible comparison groups is creared, including as many nesting levels as possible to form independent groups. |
|||||
results |
Result format for significance testing: 'positive', 'negative' or 'both' |
default |
positive | negative | both | default |
|||
testingType |
Significance testing type |
T |
T | Z |
|||
threshold |
Sample threshold for significance test evaluation. If the value is specified then a test is not computed for smaller samples. |
|||||
view |
View options for statistic visualisation |
defaultMeanTestView |
||||
Represents a collection of items as format string. |
statistic proportional
Cell statistic value settings
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
compare |
Comparison mode for significance testing, 'parent' will compare among the hierarchy, 'next', 'first', 'last', 'previous' - compares column or row with next/first/etc column or row. 'adjacent' compares column with adjacent column. (Same as 'previous', preserved for compatability reasons), |
adjacent |
adjacent | parent | all | previous | next | first | last | totalexclusive |
|||
confidenceLevels |
Significance testing confidence levels |
80 | 90 | 95 | 98 | 99 | 99.8 |
||||
dimension |
Axis for significance testing: 'rows' or 'columns' |
rows | columns |
||||
filter |
Filter expression for proportional test |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
level |
Level for proportional test |
|||||
nestingLimit [Beta] |
Specifies max number of nested leaf cell levels that can be included in a comparison group. If non present - largest possible comparison groups is creared, including as many nesting levels as possible to form independent groups. |
|||||
results |
Result format for significance testing: 'positive', 'negative' or 'both' |
default |
positive | negative | both | default |
|||
testingType |
Significance testing type |
T |
T | Z |
|||
threshold |
Sample threshold for significance test evaluation. If the value is specified then a test is not computed for smaller samples. |
|||||
view |
View options for statistic visualisation |
defaultProportionalTestView |
||||
Represents a collection of items as format string. |
expression
Cell expression
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
value |
Formula or question ID / alias |
|||||
Represents a collection of items as format string. |
formula
Formula allows you to calculate new values within the same row using values from different columns and/or different values in the same column
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
value |
Formula to access aggregated values in a table and evaluate new values |
|||||
Represents a collection of items as format string. |
headerInfo
Cell header value settings. You can request header label or code with it
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
colorFormatter |
The formatter used to format the color of a value |
|||||
depth |
Depth of header level to get information from (for multi-level headers like dates etc.) Default is 0 (top level) |
0 |
||||
formatter |
Accepts an identifier of a formatter which transforms |
floatDefaultFormatter |
||||
headerId |
Header ID from which to get the value |
|||||
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
type |
Type of header value to request - code or label |
code |
code | label |
|||
Represents a collection of items as format string. |
vector [Beta]
This type of value allows to request a vector value
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
value |
Resulting vector values are based on this expression |
|||||
Breakdown by cut section |
||||||
Breakdown by cut by multi section |
||||||
Breakdown by date section |
||||||
Breakdown by overlapping date section |
||||||
Represents a collection of items as format string. |
breakdownBy cut
Breakdown by cut section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
collapseMulti |
When set to true, this header acts like 'cutByMulti' for multi-choice variables, while it has no effect on other types of valriables. |
true | false |
||||
label |
Value title |
|||||
value |
A valid value expression in table engine |
breakdownBy cutByMulti
Breakdown by cut by multi section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
label |
Value title |
|||||
value |
A valid value expression in table engine |
breakdownBy date
Breakdown by date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
end |
This contains the definition of the range end, and applies a filter to the date expression. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
start |
This contains the definition of the range start, and applies a filter to the date expression. |
|||||
value |
A valid value expression in table engine |
breakdownBy overlappingDate
Breakdown by overlapping date section
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
breakdownBy |
Here you input the time set that is to be used to divide up the Expression (year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour). |
year |
year | calendarQuarter | calendarMonth | calendarWeek | calendarDate | quarter | month | week | day | weekday | hour |
|||
end |
This contains the definition of the range end, and applies a filter to the date expression. |
|||||
endShift |
Modification of ends of breakdown intervals in the form '<value> <period>'. Here 'value' is integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the ends of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
format |
Accepts an identifier of a formatter which transforms |
|||||
label |
Value title |
|||||
start |
This contains the definition of the range start, and applies a filter to the date expression. |
|||||
startShift |
Modification of starts of breakdown intervals in the form '<value> <period>'. Here 'value' is the integer (both positive and negative). 'period' can be 'year', 'quarter', 'month', 'week', 'day', 'hour'. If the property is absent, then the starts of the breakdown intervals will not be modified. Be aware that not all possible periods are valid for each breakdown interval. For example, if you breakdown dates by CalendarMonth you cannot then shift them by quarters. Also, shifts by weeks is only available for breakdown by weeks. |
|||||
value |
A valid value expression in table engine |
vector items [Beta]
This type of value allows to create a vector based on its individual items
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
hideInExport [Beta] |
This flag allows to hide value during exel export |
true | false |
||||
Item of the resulting vector |
||||||
Represents a collection of items as format string. |
selector
Selector
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
label |
||||||
Selector option |
option
Selector option
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
label |
||||||
Selector option content |
content
Selector option content
Name | Description | Default value | Available options | |||
---|---|---|---|---|---|---|
Series section |
||||||
Category list section |
||||||
Category cut section |
||||||
Category cut by multi section |
||||||
Category date section |
||||||
Category overlapping date section |
||||||
Chart category transfer schema |
||||||
Chart category filter schema |
||||||
Category drill down section |
||||||
Category comparison section |
||||||
Category total of selected section |
||||||
Category selected flat section |