[progress Communities] [progress Openedge Abl] Forum Post: Re: Adding Values Gives Error

  • Thread starter Thread starter jsniemi79
  • Start date Start date
Status
Not open for further replies.
J

jsniemi79

Guest
If the formatting is getting in your way, try converting them to decimal fields and see if that helps. Something like this. var num = parseFloat({!R168872065.Other_iB#value}) + parseFloat({!R168872065.OCB#value}); rbv_api.formatCurrency(number, currSymbol, decPlaces, decSeparator, thSeparator) var n = num.toFixed(2); n = rbv_api.formatCurrency(n); return n;

Continue reading...
 
Status
Not open for further replies.
Back
Top