Skip to main content

Celonis Product Documentation

Configuring containers, tab containers, and conditional layouts

Containers allow you to visually combine new and existing components in your View, either on a white or transparent background. You can also add multiple tabs to containers with the tab container component, allowing your app users to switch between content dynamically.

In the following example, a white container has been used to visually combine related column chart and pie chart:

containers.png

And in this example, a tabbed container has been used to allow app users to switch between Orders, Sales, and Stock information:

tabbed_container_example.png

Containers can be dragged and dropped into your View and then resized appropriately. You can then double click the container to add existing or new components to it, grouping them together on either a white or transparent background.

configuring_containers.png

When configuring your containers, the following behavior should be noted:

  • If the minimum size of a component is larger than the container size, a red warning will be displayed and the container must be resized for the component to be added to it.

    container_error.png
  • When a container is added on top of existing components, clicking Options - Send to Back doesn't add the component to the container. This only changes the layering of your View, meaning that the component will be displayed on top of the container and not inside it.

Using the tab container component, you can add multiple tabs to the same container in your View. After dragging and dropping the tab container component to your View, you can double click into the component to add the other components you want to group together.

reconfiguring_a_tabbed_container.png

You can add tabs, re-order tabs, and rename the tab using the component settings menu:

tab_settings.png

Each tab in the container uses the same General Settings, meaning that all tabs will have visible or hidden headers and all will either be on a white or transparent background.

Tab containers can be linked to other Studio components, such as KPI lists and buttons, to create conditional layouts:

Tab containers can be linked to KPI lists within the same View, allowing app users to click a KPI and switch the tab currently viewed.

In this example, the KPI list is configured to show Orders, Sales, and Stock:

conditional_layout_-_KPI_list.png

This KPI is then linked to the tabbed container below, itself configured to show Orders, Sales, and Stock on separate tabs. When the Stock KPI list is then clicked, the container displays the Stock tab:

conditional_layout_-_KPI_list_clicked.png

To configure a clickable KPI list linked to a container tab:

  1. Configure a tabbed container in your View.

  2. Add a KPI list to your View and configure the KPIs you want to display.

    configure_KPI_list_-_KPIs.png
  3. Click Interactions - Switch container tabs and then select the tab container from step 1.

  4. Assign each KPI list to as a Switcher for the relevant tab in the container.

    configure_KPI_list_-_interactions.png
  5. Enter Preview mode and test the clickable KPI list, ensuring that the tab container responds as required.

  6. Save and publish the View to use the clickable KPI list.

Limited availability

This functionality is currently in limited availability. If you’re interested in trying it out, get in touch with us at Celopeers.

Tab containers can be linked to a button component within the same View, allowing app users to click a button and switch the tab currently viewed.

In this example, three buttons have been configured for Orders, Sales, and Stock. When a button is clicked, such as Stock, the corresponding tab is displayed for the user:

clickable_button.png

To configure a button linked to a container tab:

  1. Configure a tabbed container in your View.

  2. Add a button component to the same View.

  3. For the button component, click Interactions - Switch container tabs and select the container you want to link the button to:

    clickable_button_configuration.png
  4. Select the tab within the container that you want to link the button to.

    In this example, the container is named 'Sales Reports' and the tab the button activates is named 'Sales':

    clickable_button_configuration_switch_tab.png
  5. Enter Preview mode and test the button, ensuring that the tab container responds as required.

  6. Save and publish the View to use the clickable button.