Chat To ClientsHelp Center

How can we help?

Knowledge baseDashboardsConfiguring Dashboards

Using custom values in dashboards and custom reports

Overview

Custom values let you insert dynamic, location-specific data into your dashboards — so one dashboard automatically adapts to whichever sub-account is viewing it.

Instead of hardcoding a value like a business name or address, you insert a token (e.g. {{ location.name }}). When the dashboard is viewed, the token resolves to the actual value for that location.


Who can use this

Dashboard/Custom Report editors can configure custom values. Viewers see the resolved values.


Where custom values are supported

Wherever you see the {} button next to a text input, custom values are supported.

Widget conditions When adding a condition to a widget, click {} in the value field to insert a token instead of a static value.

Dashboard elements


Available custom values

When you click {}, a picker opens with three categories:

Location Fields that resolve based on the sub-account:

User Fields that resolve based on the logged-in user:

Custom values All values you have created under Settings → Custom values for that location. These appear organised by folder. You can search across all three categories using the search bar at the top of the picker.


How to insert a custom value — step by step

In widget conditions:

  1. Open a dashboard and click Edit mode.
  2. Add or edit a widget and go to the Conditions tab.
  3. Set the field (e.g. Address) and operator (e.g. Is).
  4. Click the {} button in the value input field.
  5. Browse or search — Location, User, or Custom values.
  6. Select a field. The token is inserted ( {{  }}).
  7. Click Save.

In dashboard elements:

  1. Open a dashboard and click Edit mode.
  2. Click Add element and choose Embed, Title, or Text box.
  3. Click the {} button next to the relevant input field.
  4. Browse or search — Location, User, or Custom values.
  5. Select a field. The token is inserted.
  6. Click Save.
  7. Switch to View mode — the token resolves to the actual value for that location.


What happens when a token has no value

If a token cannot be resolved (e.g. the field has no value set for that location), it resolves as blank in view mode.

To avoid blank values:


Setting up custom values

To use your own custom values beyond the built-in Location and User fields:

  1. Go to Settings → Custom values.
  2. Click + Add custom value.
  3. Enter a name and value. Optionally assign it to a folder.
  4. Click Create.

The custom value now appears in the {} picker under Custom values when editing your dashboard.


Frequently asked questions

1. Can I mix static text and tokens in the same field? Yes. You can type static text and insert tokens in the same field. For example: Welcome to {{ location.name }}. Your address is {{ location.address }}.

2. Does the dashboard re-resolve when I switch sub-accounts? Yes. When the sub-account context changes, all tokens resolve to the values for the active location.

3. Can viewers insert custom values? No. Only editors can insert custom values. Viewers see the resolved values only.

4. Is Image element supported? No. Custom values are supported in Embed - if the image is present as URL, it can be rendered via Embed.


Last updated Wed, 12 Aug, 2026 at 1:03 AM