Can a function be added to format numbers as currency in Beast Mode for use in card summary values? For example:
Value: 123456789.01234
CURRENCY(‘123456789.01234’, ‘$’)
RESULT: $123,456,789.01
Where 2nd argument of CURRENCY(value, opt symbol) is optional currency symbol to use.