Parent Table | Displays whether the table is a child table to a parent table. |
Relationship | Specifies the relationship between the parent table and the table.
|
Table | Specifies for which table the settings are specified. |
Temporary Data Codeunit | With the help of temporary data codeunits, evaluations can be extended with functions that temporarily calculate certain data of the evaluation during execution. This makes it possible, for example, to evaluate data that is normally not available or not available in this form. Temporary Data Codeunits can be provided or added via custom programming. For more information, see Information for Developers, Temporary Data Codeunits. |
Name | Specifies a name for the table. If no name is specified, the default caption of the table is used. It is possible to specify the placeholder %1 in the text, which is replaced by the default caption of the table. |
Sorting | Specifies by which fields the records should be sorted. |
Order | Specifies whether the records should be sorted in ascending or descending order. |
Disable Company Change | Specifies whether the Company table should perform a company change or not. |
Max. No. of Records | Specifies a maximum number of results for a 1:n relationship. If the limit is reached, the search for further records is stopped. |
Add Blank Record | Specifies whether an empty record should also be added in a 1:n relationship. The setting can be useful especially in connection with child tables where the table is used for setting a FlowFilter. |
Start with New Row | Specifies whether the first record of the table should also start with a new row.
Note Regardless of the setting, a new line is always started after running through a 1:n relation or in the case of a parallel tree structure. |
No Column Inheritance | Specifies whether the columns of the parent table should be empty after a new row starts.
Note Individual columns can also be excluded from inheritance via the Field Settings of the parent table fields. |
Parallel Tree Structure | Specifies whether the tree structure should be output parallel to the previous tree structure.
Normally tables and fields of a Data Sheet are handled serially. I.e. for each field another Excel column is added.
Parallel tree structures can be used to output parts of a Data Sheet parallel to each other.
The tree structures share the same columns and are output one below the other.
Example
This example can be downloaded in the Download Area.
The following Data Sheet was created:
The following result is displayed in Excel after executing the evaluation:
Tip Folgende Formeln wurden für die Berechnung der Summen verwendet: Customer Total =SUMIF( [TC:COL]:[TC:COL] , "Customer" , [BC:COL]:[BC:COL] ) Vendor Total =SUMIF([ TV:COL]:[TV:COL] , "Vendor" , [BV:COL]:[BV:COL] )Note The following rules apply to parallel tree structures:
|
Disable 'Add Filter' | Specifies whether additional filters can be added to the table in the Filter Page when the evaluation is executed. The filter page is displayed if filters are specified for a table that are not hidden (Filter Type). |
Field | Specifies which field should be filtered. If a field is specified here that is not hidden (Filter Type), a filter page is displayed later when the evaluation is executed. You can also simply specify a field without a filter so that additional filters can be added to the table via the filter page when the evaluation is executed. For more information, see Execute Evaluations, Evaluation Filters. |
Related with | Specifies whether, and if so, to which field of a parent table the field of the table should be linked.
In the case of a relation, the value of the field of the parent record is used as the filter and a operator for the relation (Equal, Less, Greater, etc.) must be specified in the Filter field.
Click on the field to change or remove the relation.
Note Tables can be linked to each other over several levels. Theoretically, one and the same table can be superordinated to another table more than once. In this case, the record from the lowest or most immediate parent is used for the relation. In the following example, when linking the detailed customer ledger entries to the customer, always the subordinated customer is used: |
Filter | Specifies the filter for the field.
The possible or allowed values for the filter depend on the field:
Note
|
Filter ID | Specifies an ID that can then be used in the filter of other lines to automatically set the same filter there.
The Filter IDs in the filters are replaced by the current filter values of the Filter IDs when the evaluation is executed.
A Filter ID must begin with [ followed by a unique ID and end with ]. The brackets are added automatically when the ID is entered.
Note
|
Filter Type | Specifies whether and how the filter can be changed when executing the evaluation.
|
User Filters | Specifies whether different filters for certain users are set for the field. Click on the field to set up the filters. |
Note
If a FlowFilter is set on table level and on field level, the FlowFilter on table level is ignored for the calculation of the field.Finmatics Autonomous Accounting Interface for AI-driven document processing tool by Finmatics. More information AppSource |