Add to a Carbon workspace

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.

Add a dashboard as a module

To add a module, select the Edit button in the top right of your Carbon workspace, then choose your current workspace.

Carbon edit button

Discoverable modules can be added from the general tab, while anchored and new tab modules can can be added from the menu tab.

Carbon discoverable module Carbon anchored and new tab modules

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.

Carbon add item

Discoverable modules will be accessible to users from the Open in menu in Object Explorer.

Open in

Add input parameters

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.

Add Carbon parameters

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 typeCarbon input type
BooleanString: true or false
NumberString
StringString
TimeString, in ISO format
Time RangeNot supported
Time SeriesNot supported
ObjectObject
Object SetObject Type
String ListString: ["option_1","option_2"]

Set version

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.