Views can be also displayed as tabs - each tab contains selected views, users can navigate between tabs, filters are applied to all tabs.

The default tab with all views is displayed only in Edit mode.

Configuring report tabs

You need to be in Edit mode to configure report tabs.

  1. Enter Edit mode
  2. Section with tabs is displayed at the top of the screen:
  3. Click the green button with + to add a new tab
  4. The newly displayed tab is empty - you can either add an existing view, or create a new view
  5. All report views can be accessed by clicking the button all
  6. When more than one tab is present, sorting of tabs can be done by using arrow buttons

Managing Report tabs

You need to be in Edit mode in order to manage report tabs

  1. In order to rename or delete report tab, you need to switch to Edit mode and click on the tab name.
  2. In newly displayed dialogue window you can

Tabs advanced settings - Custom report flows

BellaDati report tabs can be used to build custom user flows for building new apps and solutions in the BellaDati GUI, these flows cover:

This function is available starting from BellaDati 2.10.3.

Enabling report flow

In order to use the custom report flow, open the report settings and enable the option Report flow:

Once enabled, the tabs settings will be enhanced with the following settings: 

Defining custom form

Create a custom content view and define a custom html form:


 <form>
  <label for="var1">Registration plate:</label>
  <input type="text" id="var1" name="var1"<br><br>
</form>

Make sure that a variable with a code "var1" exists in the report. This variable will be used to load the value when navigating between reports.

Please follow the use case with the complete steps for configuring the custom flow.