Hi Experts,
Can we round the the result of formatted search formula into 4 digits ?
See sample below
SELECT (325.000000 * 0.750000 ) / 100 from inv1
Current result 2.44*
* Result should be 2.4375*
Regards,
Amy