- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
The currency Field stores a monetary value. It works much like a number Field but has been slightly modified. For instance, a currency Field will never show the value 34.2. Instead, it will show $34.20.
Field features can be edited by clicking on the orange field icon when the presentation layer is displayed.
The currency Field has two different output formats:
The currency Field accepts the same input as any number Field. All numerical characters are allowed as well as one decimal. Any other characters will cause the currency Field to fail validation. Since the Field accepts only numbers, and no other characters (including dollar signs), the expression for defaulting a currency Field should result in a number with no symbols. Thus if defaulting a currency Field to the value of another currency Field, the “Number Only” output format should be used
The currency field can be filtered using any of the number-type filters.