The following field containers are available for configuring data binding on a Range Navigator :
- Value : the height of the background chart
- Argument : the field used to filter data during selection, and also how we group values together to create points on the background chart
Value
This represents the quantity we want to display on the background chart, and will bind for example to the height of the Area (Area chart).
The Value field must be aggregated : you must choose an aggregation function (SUM, AVG, …)
This is a required field.
Argument
This represents the category we want to use internally to filter distinct values.
This is how we group values together to create points on the background chart.
This field cannot be aggregated because it must have several separate values in order to be used as filter.
This is a required field, and must be a date field.
The date format (Date, MonthYear, …) is used to group the data to display on the chart, but also during filter selection.
Post your comment on this topic.