Crystal Reports  

Currency (Crystal Syntax)

Use the dollar sign ($) to create a Currency value.

Example

$10000
-$20
$1.23

You can also use the CCur function. The initial C in CCur stands for convert and it can be used to convert Number values to Currency values:

CCur (10000)
CCur (-20)
CCur (1.23)

See Also

Simple Data Types