property Aggregate.FormatResult as String
Specifies the expression to be applied on the result of the aggregate function.

TypeDescription
String A String expression that defines the formula to convert/format the result. If missing or empty, the result suffers no changes.
By default, the FormatResult property is empty. The FormatResult property is used to convert or format the final result of the aggregate functions. If you need to modify the value before it is aggregated, you should use the FormatValue property instead. If the goal is to apply changes or formatting to the aggregated result itself, then the FormatResult property should be used to directly handle the formatting or conversion.

If the FormatResult expression is not empty and is invalid, the aggregate function may appear disabled in the control's context menu. This happens because the control detects an error or issue with the expression, preventing the proper application of the aggregate function. To resolve this, ensure that the FormatResult expression is correctly defined and valid, allowing the aggregate function to work as expected.

For instance: 

The expression of the FormatResult property supports the following keywords:

This property/method supports predefined constants and operators/functions as described here.