Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this page you will find an introduction to the dahsboard item Expected DC Updates.

The dashboard item Expected DC Updates shows a list of the expected changes to one or several data collections.

Currently there is no user interface to configure this item.

Items that have a Next Expected Update date that has already passed, are marked in red:

Configuration

To configure the Last DC Updates element

  1. Click on the Additional Settings Button and

  2. click on Edit Dashboard.

  3. In the dashboard editor click on Edit JSON to add the configuration snippets.

Configuration must always be enclosed in curly brackets and if there more configurations than one seperated by a comma.

Maximum Days since last Update

To change the number of days that are allowed to have passed since the last update:

maxLastUpdateDays: 10

Next Expected Update

To change the sorting from last updates to next expected updates entere the following code snippet:

sortBy: 'nextExpectedUpdate'

Icon

Choose an icon from the Material UI data base.

icon: 'update'

Titel

Choose a titel for the dashboard element.

title: {
    en: 'Last Updates Multipliers'
  }

Sort

Choose the sorting order of the updates.

sort: 'ASC'
sort: 'DESC'

Collection

Enter the code from the data collection whose updates shall be displayed.

collections: [
    'MUL'
  ]

Limit

Set a limit of rows to be displayed.

limit: 10

Display Date

Choose the type of date that shall be displayed.

displayDate: 'EDIT'

  • No labels