Built-in Functions → string

string() is a conversion function that returns a string from an int.

Signature

string(int exp)
  • int exp : an expression evaluating to an integer

Returns

string

Example

Get a string representation of the integer result of evaluating the expression AMOUNT_SOLD.

string(INCORTA.SALES.AMOUNT_SOLD)