You have a decimal variable named AmountlCY.
You need to round up the variable to four decimal places.
Which result value should you use?
Result: = Round (AmountLCY,A. '>"}:
Result: = Round {AmountLCY. 0.0001. =');
Result: = Round (AmountLCY. 0.0001. '<'):
Result: = Round (AmountLCY, 0.0001, >');
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/system/system-round-method
Submit