Skip to main content

Overview

Currency stores both a numeric amount and a currency code. Use it for deal value, MRR, ARR, payment amount. Any value that needs to be formatted with a currency symbol and aggregated across currencies.

Configuration

What it stores

A single amount of money, along with its currency.

Filtering

Equals, greater than, greater than or equal to, less than, less than or equal to, currency is, is empty, is not empty.

Examples

Deal value; subscription MRR; refund amount.

See also