Currencies
List currencies.
Table Specific Information
The add-in uses the Wave Financial API to process some of the filters. The add-in processes other filters client-side within the add-in. For example, the following queries are processed server side.SELECT
SELECT * FROM Currencies WHERE Code = 'USD'
Columns
| Name | Type | References | SupportedOperators | Description |
| Code [KEY] | String | Currency code. | ||
| Symbol | String | Symbol used to denote that a number is a monetary value. | ||
| Name | String | Plain-language representation. | ||
| Plural | String | Plural version of currency name. | ||
| Exponent | Int | Expresses the relationship between a major currency unit and its minor currency unit. The number of digits found to the right of the decimal place to represent the fractional part of this currency (assumes a base of 10). |