[PSFT] Round() function isn't rounding numbers with comma decimals correctly
Does anyone know solution to this problem - Round() function isn't rounding numbers with comma decimals correctly? Example -
&DISTRIB_QTY = Round(&PERCENTAGE * &SHIP_QTY / 100, 4);
When &PERCENTAGE is 100 and &SHIP_QTY is 30,000 then &DISTRIB_QTY is coming up as 30000.