Conversion Functions (Report Builder 1.0)

Use the Conversion functions to convert a value from one data type to another. For example, suppose you want to convert a number to text so that the value can be included in a text string. You can use the TEXT function to perform this conversion.

Conversion functions can use the following data types: Numeric and String.

In This Section

Topic

Description

INT

Converts a numeric value to an integer.

DECIMAL

Converts a numeric value to a decimal.

FLOAT

Converts a value to a float data type.

TEXT

Converts a numeric value to text.