6.8.3.1 Expression Statement

Syntax

expression

Description

The expression statement evaluates the expression and returns its value. The expression statement is the most common statement in a formula.

Example

detail.subtotal

round (amount * taxrate)

billdate + 5