Field options can be applied based on the value contained within. Here’s an example that will format prices over a dollar like this:
$1.00
..and under a dollar like this:
50₵
To do this define a ‘custom’ format and enter:
[PRECISION=2] [DECIMAL=.] [REMOVE=0.(<1)] [SUFFIX=₵(<1)] [PREFIX=$(>=1)]