Display calculated data

To display calculated data in a report, you create a computed column, such as the Total column, using an expression. An expression is a statement that produces a value. An expression can be a literal value, such as:

1.23

"Hello, World!"

An expression can contain any combination of literal values, operators, functions, and references to data fields. With an interactive report, you use an expression builder wizard to create computed data. You can build an expression from a list of predefined functions or you can create a custom expression.