- Help Center
- Operations
- Operator
DECIMAL_FORMAT Operation
How to use the DECIMAL_FORMAT operation for Computed Attributes
Definition
The DECIMAL_FORMAT operation allows you to change the decimal delimiter format
Example
DECIMAL_FORMAT(2.2, “,”)
Result:
2,2
Syntax Guide
DECIMAL_FORMAT(number, separator)
number - the decimal number to be formatted
separator - the decimal separator