Skip to main content
A newer version of this page is available. .

Expression Editor

  • 2 minutes to read

This document describes how to use the Expression Editor to specify expressions in the End-User Report Designer.

Invoke the Expression Editor

  • Click the expression button (with an f symbol) displayed next to the selected control. This button allows you to invoke the Expression Editor instantly.

    web-report-designer-expression-f-button-control

  • Click an expression marker (f-marker) next to the property editor in the Properties Panel. A highlighted marker indicates that a property is bound to data.

    web-report-designer-expression-f-marker

  • Click the ellipsis button in the property editor in the Expression tab of the Properties Panel.

    web-report-designer-expressions-tab

Create Expressions

The Expression Editor offers a choice of functions, operators, data source fields, report elements, constants, and variables to create an expression.

web-report-designer-expression-editor

An expression can span multiple lines.

web-report-designer-expression-multiple-lines

You can add single-line or multi-line comments in the following format: /* comment text */.

expression-editor-comments

The Expression Editor highlights an expression’s syntax and supports intelligent code completion (it suggests functions and available data elements as you type).

web-report-designer-expression-editor-code-completion

An error icon appears if an expression contains errors. Hover the mouse pointer over this icon to invoke a pop-up notification that shows the location of the error.

web-report-designer-expression-editor-error

Expression Syntax

Refer to the following help topic for the expression syntax description: Expression Language.

Custom Functions

You can implement a custom function for use in expressions. Review the following help topics for more information: