Hi-
My current output looks like the below. These values I want to show as currency. Note when I try to do a formula ('$' + tostring(field, 2)) to add a dollar sign to this I get an error stating the formula resulted in a string but the field is numeric.
Additionally, if I just try to create a formula to add the dollar sign not to a string, '$'+ field I get the error - parse error at char(4) type mismatch in operator +