M
mysteryminds
Guest
Hi RB Gurus Kindly let me know how can i add these values var num = {!R168872065.Other_iB#value} + {!R168872065.OCB#value}; var n = num.toFixed(2); return n; It returns this var num = $ 4,700.00 + $ 350.00 ; var n = num.toFixed(2); return n; } But the answer must be $ 5,050.00 I think the issue is coming due to the fact the "$" is getting adding to the numeric before, and it must be removed to add the values...
Continue reading...
Continue reading...