Functions Language

Str

The Str() function converts a numeric, Boolean, or date value into a string.


Syntax:

Str(Value)
  • In the Quintessence Editor (Studio) using Python language, use: Qx.Str()
 See parameter descriptions

ValueA numeric, Boolean, or date value.

Examples:

The examples provided below are based on fictitious data for illustrative purposes only.

> Example 1: Convert number to string


Formula:

return := Str(100);