Interface

Learn abut the interface and the toolbars.

Navbar

The topmost horizontal band of the interface is dedicated to navigating the platform. It shows the links to the different modules in your installation. By clicking your username, you will be able to logout, access your settings and the system information.

Toolbar

The horizontal band below the navbar is the toolbar. It will hold most of the actions you can take in a given view. The toolbar can be expanded by clicking the arrow to the very right, and will reveal labels for the different buttons.

Import / Export

To the left of the Expand icon, you will find the Import / Export toolbar section. If the current view supports exporting and/or importing data, clicking the Import and/or Export icons to the far right will trigger the relevant import / export flow respectively.

View-specific actions

If the view supports additional actions, such as “Creating a SAR Table” or “Register compound”, they will show up in the toolbar, to the left of the Import / Export section.

Data grids

Data grids are omnipresent throughout the application. For the most part, these grids support sorting and filtering.

Skærmbillede 2023-11-13 kl. 09.32.31

Sorting

Data grids can be sorted by clicking the header of a column.

Skærmbillede 2023-11-13 kl. 09.33.19

Filtering

Data grids can be filtered by clicking on the Filters button at the top right of the table.

Skærmbillede 2023-11-13 kl. 09.33.47

The first input indicates the columns on which the filter is applied, the second dropdown indicates the comparator type, and the last input holds the value to compare to the column value.

Skærmbillede 2023-11-13 kl. 09.33.47

Comparator types

Generic:

  • Is empty
  • Is not empty

Text:

  • Is
  • Is not
  • Contains - (Contains 100 => GRIT10050 AND GRIT50100)
  • Does not contain
  • Like - (Like %100% => GRIT10050; Like %100 => GRIT50100)
  • In list
  • Not in list
  • Matches Regex - (matches regex (4|8)2$ => GRIT000042,GRIT000082,GRIT000142,GRIT000182,...)

Number and Dates:

  • Equal to
  • Not equal to
  • Bigger than
  • Less than
  • Bigger than or equal to
  • Less than or equal to


Boolean:

  • Is
  • Is not