Our tables have two types of columns that support numerical values:
Number column.
Decimal number column.
Both columns have an option to limit input by setting up a minimal & maximum value.
...
- Show sums for the column at the end of the table - mark this checkbox in the configuration dialogue to have all values in the columns summed up displayed in the last row:
...
Decimal & number columns share the following configuration:
Minimal Value: Restricts users to input a number less than a defined value.
Maximum Value: Restricts users from inputting a number bigger than a defined value.
Numbers Aggregation: Introduces a read-only row at the bottom of the table, displaying an aggregate of the column values based on a predefined function such as sum, average, minimum value, or maximum value.