Editing Records
In records mode, you can use the aggregate records functions to perform computations on a record, such as returning the maximum value, average number, and the total amount.
Multiple aggregate functions are available. Different data types correspond to different aggregate functions.
- Aggregating Each Column of a Record
You can perform computation on each column of a record. The aggregation of one column does not affect the aggregation of another column. - Aggregating Records with Conditions
You can aggregate records to return the values that meet the conditions you set.
Copyright © Cloud Software Group, Inc. All rights reserved.