[RESOLVED] Custom Reports {REPORT ENTITY LOG DETAILS:X:X}

Is there a way to format the output of fields to include characters like $? Reason is to format it to show in the report as Currency.

I thought I saw somewhere that you can use Printer Formatting Functions, like the following, but I’m having trouble locating the post…

F: Format Function. [=F(<number>,<format>)].
Formats numeric values with given format. 
FF: Fix Format Function. [=FF(<string>,<format>)]
Fixes formatting of the string formatted number.

[=FF('<fieldname>','$#')]

It works for fields in the regular REPORT syntax but not REPORT DETAILS I specifically want to know if its possible to format the cell output from a REPORT DETAILS syntax

Thank you @emre this will work great!