Its main functionality is the ability to link a data table to another data table.
For example: to detail the expenses of a trip that should be reimbursed, we can create one table for the spent amounts and another for detailing the values.
To be able to create and configure this functionality within T6, the following requirements must be met:
To use the functionality, we first need to create 2 data tables.
In the first table, we will create and add 2 columns, one called description of type text, and another called value of type value;
In the second table, we will create and add 3 columns, one called reimbursements of type data table (we will select the Data Table created earlier), one called description of type text, and another called value of type value.
In Data Tables, a column of type data table is a workaround to facilitate creation without the need to create a link.
After creating the 2 Data Tables, we will create 2 Data Forms.
When creating the Data Form for input values:
When creating the Data Form for value details:
Access the first Data Form created (input values) and add data. Doing so will create a new page in the second Data Form created (value details) for each added row.
After doing this, when accessing the first Data Form (input values), there will be a button next to each row
, which, when clicked, will display the details according to the Data Form (value details) without the need to switch tabs.
→
To return to the first form, just click on
.