Skip to main content
Participant
June 3, 2013
Question

$ addition to an amount column in a form

  • June 3, 2013
  • 2 replies
  • 492 views

I need to add a dollar sign to the left of the amount that is returned in a data form. Has anyone done this? I'm a newbie to CF so any help is greatly appreciated.

The amount column needs to read: $701.32 vs. just 701.32.

Thanks much,

Chris C.

    This topic has been closed for replies.

    2 replies

    p_sim
    Participating Frequently
    June 5, 2013

    Format the returned value using #DollarFormat(form.amount)#.

    cherdt
    Inspiring
    June 4, 2013

    I'm not sure what you mean by "returned in a data form" -- are you using cfgrid? Can you provide more details or sample code?