I have a detail row that lists a series of numbers. I need to put a dollar sign in front of each number but ONLY on the first row, like so:

$1 $2 $3 $4 $5

1 2 3 4 5

1 2 3 4 5

How might I accomplish this within the Crystal Report?