gprince
22nd November 2005, 00:00
Hello all,

I am needing to add a floating "$" to my check amount field on my AP check. I would like for it to be right beside amount if possible. Has anyone ever done this? I see that on the PO and SO reports, the "$" is a label instead of part of the field.

Any help is appreciated,
Garry

Hitesh Shah
22nd November 2005, 06:35
U can set $ as either label or report field . Making this as report field will be more suitable
due to available of print condition. U can write conditional expression in the print expression
also using ? and : syntax . Further U can also set it's value to different currnecy symbols if required.

george7a
22nd November 2005, 12:01
Hi,

You can edit the Amount variable in your report, convert it to string and add "$" to it. If there is no script it is very easy to do. Check the attachment.

I hope it helps,

- George