You can build an expression by using the expression editor.
For example, you can build an expression that computes the average
of the values in the de_Runtime field.
Procedure
To compute the average of the data values:
-
In the Expression dialog, expand Common
Functions.
-
Under Common Functions, select Aggregate.
-
Under Item, double-click the Avg function
to add it to the expression editor.
-
In the Categories pane, select the Fields category.
The available data fields are displayed in the Fields pane.
-
In the Fields pane, double-click the de_Runtime field
to add it to the expression editor.
-
Add a closing parenthesis ‘)' to complete the expression.
For example,
=Avg(Fields!de_RunTime.Value)
-
Click OK to transfer the expression
to the cell.