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...
Continue reading...