Format Number Hash Plugin is a hash variable type plugin which allows to format numbers.
You can refer to this link for more information regarding the plugin.
Available Formats
- #formatNumber.34567# -> returns 34567
- #formatNumber.{form.table.field} -> return the value of form.table.field
- #formatNumber.12345[decimal=2]# -> returns 12345.00
- #formatNumber.12345[decimal=2&thousandSeparator=,]# -> returns 12,345.00
- #formatNumber.{form.table.field}[decimal=2]# -> returns the values with 2 decimal places
- #formatNumber.{form.table.field}[decimal=2&thousandSeparator=,]# -> returns the values with 2 decimal places with thousand separator