Selectbox
Rework pending, no delivery date. The Front App SDK (ReactJS) and the Front API SDK (NodeJS) are both being replaced. This page documents the current release, remains accurate, and is maintained until the replacement ships. Code written against it keeps working.
Selectboxes allow you to choose one or more items (depending on the desired configuration) from a defined list.
dictionary
The dictionary attribute may be:
- a
stringthat refers to a field name
- an
objectwithidfor the field name and afilterto specify some criteria
Then, the Analytics Manager will request all values for this field requesting it from the table with that field and minimum number of rows.
If the field name is a primary key (i.e. station_id) and has been associated in the Lakehouse Manager to an Object's Label, the Analytics Manager will automatically retrieve label to display and value to pass as reference when filtering charts.
order
When dynamic parameter type is scale, the value will be added to scale.fields request.
The order is an object that details for each value how it should be ordered.
For instance:

