csk_fn_format_number
Use this function to format numbers.
- String: csk_fn_format_number(num, decimalFormat.value)
- Input:
- arg1: List<Object> inputList: The inputs whose variables will be concatenated
- arg2: The delimiter, for example, comma or pipe
- Example: $csk_fn_format_number(("123.456", "#,##0.0#")) -> “123.46