BI Dashboards

BI Dashboards represent the list of dashboards created in axelor BI Studio server.

BI Dashboards

From the entry menu when clicking on Dashboard it will display list of cards or grid of the dashboards the current user has access to.

dashboard entry menu

Dashboard cards

BI Dashboard view

The Dashboard view has four panels:

Dashboard view

Overview

it contains general information about the dashboard, the name, last amendment date, description and its action view.

Overview panel

Rules

It manages user’s permissions on the dashboard, if a user is a part of a selected group or role, then he will have access to dashboard

Dashboard rules

RLS

define a set of filters to apply on the charts of the dashboard

RLS filters

Dashboard

The embedded dashboard

Dashboard panel

Dashboard menu

Axelor BI allow to add the dashboard in menu.

from dashboard view, click on Menu creation

Tool bar

Popup form will appear with a selection to select the parent menu of the dashboard entry and list of menus with deletion option.

Dashboard menu creation

dashboard Sales is added under menu Accounting

Sales dashboard

Dashboard extension

The flexibility of axelor solution, allow to extend the dashboard in any other view as panel-dashlet as follow:

<panel-dashlet action="[dashboard action view]" height="[ high ]"  colspan="[ colSpan ]" />

Example:

<panel title="Dashboard" colSpan="12">
    <panel-dashlet action="action.dashboard.view.sales.93" colSpan="12" height="800"/>
</panel>