DI000198 DA

ID of the data area. Automatically incrementing number which is formed of the license number and a continuous counter.

DI028206 Layout

This parameter is used to define the data field layout.

Values

  • 0: horizontal layout
    • The fields within a record are displayed horizontally.
  • 1: vertical layout
    • The fields within a record are displayed vertically.
  • 2: Form
    • A display as a form permits the positions of data fields to be specified individually:
    • The order of the data fields in the data area is their tab order.

Examples

  • 0: horizontal layout:

  • 1: vertical layout:

Note

DI041092 DA Python ID

Python name of a data area. It is used in connection with Python to identify the data area.

Notes

  • Python IDs must be usable as Python literals. They must not contain any special characters, umlauts, spaces, etc.
  • The data area python ID must be unique in the module.
  • Individual Python IDs must start with an L and the license number.
    • Example: L011_request
  • The Python IDs of standard data areas cannot be changed.

DI000391 DDI

ID of the determining data item of a data area. DDI means "determining dataitem". DDI is an important attribute of the data area. If it is missing, a data area cannot be valid.

Rules for allocating a determining data item for data areas:

  • For normal data areas (which represent 90 % of all cases):
    • For the data area, the DDI specifies the main data table which will be processed. The reason is that a data area can display data from several data tables.
    • I.e. in a data area in which project data items are edited, the DDI will be the project ID number (it might alternatively be a different DI from the project data table).
  • For grouped data areas:
    • Grouped data areas represent records of a data table, grouped by one of their attributes.
    • In a data area by which is grouped, the DDI is a DI which is displayed grouped (e.g. Person responsible for project).
  • For print areas and scale areas:
    • These data areas do not receive their data from a data table. This makes the DDI irrelevant. However, as it must be specified for a data area to be valid, one of the data fields specified in this area is used.
  • For sum areas:
    • Here, the DDI for sum areas will be used.
    • If any other DI is used, the summarization will not work properly.

Notes

  • On the DDI a TrLt is implemented which signalizes (red) whether there is no DDI is entered or whether an inactive DDI is entered.
    • If you try to enter an inactive DI as a DDI the following message isdisplayed: The data item is inactive!

DI002063 Determining data item

Name of the determining data item (DDI)

DI041420 DT

Data table. This shows the data table for the DDI and hence the DT addressed in the data area.

Note

  • If, contrary to expectation, it proves impossible to set up any data in a newly created module, the most common reason for this fault is that data fields from different data tables have been used in an area. This field helps to search for the error.


DI001720 Grouping

This parameter is to be activated while customization of grouped areas for the area by which is grouped.

DI000149 UF MOD/DA

Indicates in how many modules the data area is used.

Details

  • If the data area is used in more than one module, the yellow traffic light is displayed in the field.
  • In the standard, this field is customized to be a link in the Data Areas module. When clicking on the number, the Data Area Use module is opened, in which all modules to which the data area is assigned, are listed.

Note

  • Changes in one data area are effective in all modules to which this data area is assigned.

DI001719 DA class

Values

  • 0: Normal data area: Data areas in which data fields are displayed, e.g. in table form, without particularities.
    • Print areas receive DA class = 0 just like normal data eras.
  • 1: Scale area: The purpose of a scale area is to bring together the scale lines (see complex DI Scale). Furthermore, a range for the scale is specified in the scale area.
  • 3: Sum areas: Such an area only shows the total sums or other summarizations (min., max.) from elements of the other areas. It requires a particular DDI.
  • 7: Button area
  • 8: Office chart
  • 10: Excel area
  • 11: Graphical structure display: Is used e.g. in project breakdown structure display

DI040870 Recursive relation

This data field serves to have data of a data area displayed in a structured manner.

 Information 

  • One speaks of a recursive structure (also recursive relation) if data of a data table possess a hierarchical relation to other data of the same data table.

Relations are specified according to the following formula:

  • [Relation type] [DI tupel]
    • Explanation 
      • [Relation type] = "N:1" | "1:N"
      • [DI tuple] = "," [ Source DI] ":" [Target DI] ([DI tupel])
        • [Source-DI] = DIs which correspond to the DIs of the target DIs
        • [Target DI] = All 1:1 ID DIs of the data table of the data area
        • ([DI tuple]) meas, this part can be repeated as often as desired

Example

N:1,DI001097:DI001097,DI008851:DI001098

  • DI001097 Project ID
  • DI008851 Parent task ID
  • DI001098 Task ID
    • Means: You can assign several tasks to a parent task but each task can only have one single parent task.

DI029710 Context menu text

This parameter serves to overwrite the data table name in the Inserting context menu.

Note

  • If nothing is entered in this field, the name of the data table is used from which the DDI of the data area stems.

DI001589 Data area

Here, an individual heading can be defined for the data area.

Note

  • If nothing is entered in this field, the name of the data table is used from which the DDI of the data area comes.

DI001950 Symbol ID: Frame W1

This parameter allows you to use a symbol for framing a data area. For forms, the color is displayed as background color for the data area.

DI002067 Symbol: Frame W1

Preview field to the eponymous Symbol ID: frame W3 Frame W1

DI001728 Symbol ID: Record separation W1

ID of the symbol which is used to separate areas in window 1. The symbol separates the records of the area on which the symbol is used.

Example

  • Symbol "---------" used in the Task area
Project
   Task
      Link
      Link
   -----  
   Task
   -----
   Task
Project
   Task
   -----
   Task
CODE

Notes

  • The height of the separator symbol is defined by the Margin color and Border thickness.
  • The entry made here is automatically copied to the fields with the same name in W2 and W3.

DI041604 Symbol ID: area separation W1

ID of the symbol which is used to separate areas in window 1. The symbol is displayed between the area on which it is used and a child area.

Example

  • Symbol " ---------" used in the Project area
Project 
-----
   Task
   Task
Project
Project
-----
   Project Note
Project
CODE

Notes

  • The height of the separator symbol is defined by the Margin color and Border thickness.
  • The entry made here is automatically copied to the fields with the same name in W2 and W3.

DI000790 Symbol ID: Area end W1

ID of the symbol which is used to separate areas in window 1. The symbol is displayed between the area (with its subordinate areas) on which it is used and the next non-equal area (e.g. one on the same level or higher)

Example: Symbol "---------" used in the Task area

Project
   Task
      Resource
      Resource
   Task
      Resource
   Task
   -----   
   Project Note
Project
Project
   Task
   Task
   -----   
Project 
   Task
CODE

Notes

  • The height of the separator symbol is defined by the Margin color and Border thickness.
  • The entry made here is automatically copied to the fields with the same name in W2 and W3.

DI002151 Symbol: record separation W1

Preview field to the eponymous Symbol ID: frame W3 Record separation W1

DI002156 Symbol: Area end W1

Preview field to the eponymous Symbol ID: frame W3 Area end W1

DI058117 Symbol: data field.

Preview field to the eponymous Symbol ID: frame W3 data field.

DI058118 Symbol: area separation W2

Preview field to the eponymous Area separation symbol W2 data field.

DI058119 Symbol: area separation W3

Preview field to the eponymous Area separation symbol ID W3 data field.

DI010586 Symbol ID: data field.

ID of the frame symbol in window 2

Note

DI010609 Symbol: data field.

Preview field to the eponymous Symbol ID: frame W3 data field.

DI010588 Symbol ID: data field.

ID of the area separation symbol in window 2

Note

DI010610 Symbol: data field.

Preview field to the eponymous Symbol ID: frame W3 data field.

DI010590 Symbol ID: area end W2

ID of the area end symbol in window 2

Note

DI041605 Symbol ID: area separation W2

ID of the symbol which is used for the separation of data areas in window 2.

DI010611 Symbol: area end W2

Preview field to the eponymous Symbol ID: frame W3 area end W2

DI010587 Symbol ID: frame W3

ID of the frame symbol in window 3

Note

  • The value in this field is automatically copied from Symbol ID: Frame W1, but can be changed manually.

DI010612 Symbol: frame W3

Preview field to the eponymous Symbol ID: frame W3 frame W3

DI010589 Symbol ID: record separation W3

ID of the area separation symbol in window 3

Note

DI010613 Symbol: record separation W3

Preview field to the eponymous Symbol ID: frame W3 record separation W3

DI010591 Symbol ID: area end W3.

ID of the area end symbol in window 3

Note

DI041606 Symbol ID: area separation W3

ID of the symbol which is used for the separation of data areas in window 3.

DI010614 Symbol: area end W3.

Preview field to the eponymous Symbol ID: area end W3.

DI041093 Altern. Frequency

This parameter determines which lines are highlighted in color in tabular display.

Example

  • If e.g. value = 3 is entered, every third line will be highlighted.

Details

  • If no value is entered here, every second line is highlighted by default.
  • The calculation of alternating shading refers to the part of the tree structure which is visible when opening the module. This ensures that the module looks good when it is opened. However, it can occur that, for example, the alternating shading is not displayed correctly for child records when they are unhidden.
  • If a new record is inserted in the structured area, the alternating shading of the subsequent records will be recalculated.
  • Depending on the window, the color of the alternating shading is defined in Altern. color W1, Altern. color W2 and/or Altern. color W3.

DI041095 Altern. Color W1

The color of the alternating shading for window 1 specified here

Details

  • The entry made here is automatically copied to the fields with the same name in W2 and W3.
  • Which lines are highlighted is specified in the Altern. frequency field.
  • If this field is empty while the Altern. frequency field is filled, black is used as alternating color.
  • In order for the alternating color to be displayed, the entry in the Color intensity W1 field must be > 0.

Note

  • When you create a new data area, this field will have an entry 000149 by default.

DI041094 Color intensity W1

This parameter determines the intensity of the color stored in the Altern. color W1 data field.

Details

  • The value is specified as a percentage value (1 - 100 %), the higher the value the darker the color.
  • The entry made here is automatically copied to the fields with the same name in W2 and W3.

Note

  • When you create a new data area, the value of this field will be 80 by default.

DI041153 Altern. Color W2

The color of the alternating shading is specified here

Note

  • The entry in this field is automatically copied from Altern. color W1, but can be changed manually.

DI041155 Color intensity W2

This parameter determines the intensity of the color stored in the Altern. color W2 data field.

Details

  • The value is specified as a percentage value (1 - 100 %), the higher the value the darker the color.
  • The entry made here is automatically copied to the fields with the same name in W2 and W3.

Note

  • The entry in this field is automatically copied from Color intensity W1 but can be changed manually if necessary.

DI041154 Altern. color W3

The color of alternating shading is specified here.

Note

  • The entry in this field is automatically copied from Altern. color W1, but can be changed manually.

DI041156 Color intensity W3

This parameter determines the intensity of the color stored in the Altern. color W2 data field.

Details

  • The value is specified as a percentage value (1 - 100 %), the higher the value the darker the color.
  • The entry made here is automatically copied to the fields with the same name in W2 and W3.

Note

  • The entry in this field is automatically copied from Color intensity W1 but can be changed manually if necessary.

DI029854 Excel OLE

ID of the Excel OLE to be embedded

Notes

  • To display an Excel OLE the DA class parameter must be set = 10.
  • Excel OLE can be created and edited in the OLEs module.

DI040906 Excel OLE height

Height of the Excel OLE embedded in the module

DI040907 Excel OLE width

Width of the Excel OLE embedded in the module

DI000150 No. of DFs

Indicates how many data fields the data area contains.

DI056863 Data area

In this field, the data area name is displayed which is entered in the Data Areas data field in the Data Areas module. If this data field is empty, the data table name of the DDI is displayed.

DI001846 Created by

When a record is created, the ID (code) of the logged-on user is automatically entered in this field. The creating user is also the owner of a record.

DI000423 Created on

When a record is created, the time of creation is automatically entered here.

DI000424 Changed on

When a record is modified, the modification date is automatically entered here.

DI001847 Changed by

When a record is modified, the ID (code) of the logged-on user is automatically entered in this field.

DI065879 Number of filters

Number of data fields with Filter from or Filter to entries in the respective data area

DI065880 Number regex

Number of data fields with Regular expression entries in the respective data area