UiPath Multiplication Error

UiPath has inaccurate calculation result.
Capture

Hi @jason.kl.chan

Use this Below syntax:

Math.Round(Db_AllocationPercentage*Db_Amount, 2)

It will give you accurate result. Refer the below image.

Hope it helps!!

HI @jason.kl.chan

You are getting the accurate result. If you don’t want to gave multiple decimal numbers then you can use round function to get the desired number of decimals.

Thank you for explanation.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.