Quiver dashboards can be added to a Carbon workspace as a module. There are three types of modules in Carbon: anchored modules, new tab modules, and discoverable modules.
To add a module, select the Edit button in the top right of your Carbon workspace, then choose your current workspace.
Discoverable modules can be added from the general tab, while anchored and new tab modules can can be added from the menu tab.
Once you’ve decided which type of module you want to add, select Add item. This will open a dialog. For Type, choose Quiver dashboard and then use the Open Compass dialog button to find the dashboard you want to add.
Discoverable modules will be accessible to users from the Open in menu in Object Explorer.
You will be presented with configuration options. You can choose to add parameters to pass as input to your Quiver dashboard. To map a parameter to the dashboard input, you need to change the parameter name to map the dashboard input name.
If a parameter value is not set, it will default to an empty value (or the base object type for object sets).
Carbon only supports three types of parameters to be passed: String, Object or Object type. This means that if you have inputs to your Quiver dashboard that are of type Boolean, number, or time, they will need to be passed in as strings from Carbon. See the mapping table below for type mapping information.
Quiver input type | Carbon input type |
---|---|
Boolean | String: true or false |
Number | String |
String | String |
Time | String, in ISO format |
Time Range | Not supported |
Time Series | Not supported |
Object | Object |
Object Set | Object Type |
String List | String: ["option_1","option_2"] |
By default, the dashboard will autoupdate to the latest version available. You can set the version by adding a DASHBOARD_VERSION
parameter and setting its value to the version number.