Dynamic Parameters
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.
Dynamic parameters enables your end-users to select values which are passed on to Charts to be filtered on and refreshed.
Dynamic Parameters values are applied to Chart requests at the Front API level via Analytics Manager Transformers. You may extend default Transformers to your own needs.
For specific display needs, it is also possible to create custom Dynamic Parameters.
List of available Dynamic Parameters
Configuration
Tip When using Architect it will auto-generate an id with a non-meaningful name. We strongly recommend to rename it as soon as you have created it, as this id will be used in chart.dynamic-parameters.
Adding Dynamic Parameters in Dashboard
You can add a dynamic parameter :
- from the online dashboard editor and its dialog boxes
- in Advanced Mode to edit JSON configuration
- by editing directly configuration files in
./config/ - Via the
menutab in the main menu selection
Using a Dynamic Parameter in another React Component
You may use a dynamic parameter directly from code. Use the same JSON configuration as described above, and then call it as any React component.
Example:
Creating your own Dynamic Parameter
You can write your own component to customize the appearance of your dynamic parameter.
?>➡️ Check out the available tutorial here!

