TFORMer SDK - NET
8
|
With the help of ComputedFields computations can be centralized in the DataSource instead of performing the computations in the FormLayout. For example, you might
The result of a ComputedField is available in the DataSource like any other source-field. In the expression of a ComputedField you may refer to multiple fields of the DataSource. It is also possible to use other ComputedFields already defined in the DataSource in the expression.
In addition, ComputedFields support Aggregation (see ComputedField.Aggregation). Thus it is pretty simple to create serial numbers or to calculate running sums and averages which are not available in a DataSource directly.
To exclude specific Records of a DataSource from being considered by the Aggregation use filter expressions.
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH | |
Generated on Wed Aug 7 2024 17:29:42 for TFORMer SDK - NET with doxygen 1.7.6.1 |