Skip to content

Dashboard Function: Add Parts: Timeline

Overview

Add a "Timeline" to your "Dashboard". Display records from the selected site by any criteria and sort order.

Setting Procedure

General Tab

General tab of the timeline settings screen


Column name Description
Title The name of the part.
Display Title Check this if you want to display the title.
Site ID Enter the site ID, site name, or site group name you want to display, separated by commas. Only time-limited tables or recorded tables can be specified. If multiple sites are specified, the first site will become the "Base Site" and used as a selection column in the filter tab and sorter tab.
Record Title Specify the title to display on the timeline. You can dynamically set the value by specifying the column name of Base Site in square brackets ([]).
Record Content Specifies the content to be displayed on the timeline. You can dynamically set the value by specifying the column name of the Base Site in square brackets ([]).
Display Type Select the display type of records to display on the timeline.
Number of Column to Display Specify the number of records to display on the timeline.
Do Not Load Asynchronously If this checkbox is checked, asynchronous loading will not be performed regardless of the asynchronous loading setting. For information on asynchronous loading settings, refer to "Dashboard Function: Add Parts".
CSS Use this to apply CSS to timeline elements. By specifying a CSS class name, you can assign any class name to each column and apply a "Style".

Filter Tab

Filter tab of the timeline settings screen
Set the filter conditions for the records you want to output to the timeline. The choice is the "Name Displayed" of the Base Site, but the selected column (ClassA, NumB, etc.) will filter the records of all tables set by the site ID.

Sorter Tab

Sorter tab of the timeline settings screen
Set the sort order of the records you want to output to the timeline. The choice is the "Name Displayed" of the Base Site, but the records of all tables set by the site ID will be sorted by the selected column (Classification A, NumB, etc.). If not set, the records of all tables set by the site ID will be sorted in descending order of update date and time.

Access Control Tab

Access control tab of the timeline settings screen
Set the reference permissions for quick access. This part will be hidden if a user without reference permissions opens the dashboard.

Display Content

Display Type

Depending on the display type setting, it will be displayed as follows.

Display type Display content
Simple The initial display shows the Record Title. When you place the mouse cursor over it, the table name and Record Content are displayed.
Standard The initial display shows the table name and Record Title. When you place the mouse cursor over it, the Record Content are displayed.
Detailed The initial display shows the table name, Record Title and Record Content.
  • Display type: Simple
    Timeline with the Simple display type

  • Display type: Standard
    Timeline with the Standard display type

  • Display type: Detailed
    Timeline with the Detailed display type