Formatting numbers

Format number block


result:
result

  1. you can fix the number of digits
  2. for negatives numbers you can display the minus sign or in parenthesis
  3. you can add a built in currency symbol or create your own

Good. Now try to add digit grouping to the format number block. You can make it optional. Like:
-123456.78 → ($123,456.78)