...
String | Decimal Value |
---|---|
1,000.00 | 1000.00 |
1000.00 | 1000.00 |
1 000.00 | 1000.00 |
NotANumber | 0.0 |
““ (blank string) | 0.0 |
Working with boolean
If you need the output as boolean the type
boolean attribute can be added:
Code Block |
---|
fieldProcessor:
- field: BudgetLeft
value: '{{gt Amount 0}}'
type: BOOLEAN |
Helper Functions
The following helper functions and their documentation are implemented and based on handlebars.java.
...