Dynamics-NAV built-in Calculator
Recently I discovered something in Dynamics-NAV that I did not know before.
Sometimes you need to perform a minor calculation before you can enter a value in a field. Microsoft Dynamics NAV allows you to enter an expression and calculate the value directly in many of the fields in the program.
To Calculate Values in Fields:
Enter an expression in the field.
You can use the following symbols:
+ (plus)
- (minus)
* (times)
/ (divided by)
The symbols can be combined, but you cannot use parentheses, so you must be careful about how you set up the computation. Multiplication and division will be done before addition and subtraction. You can also perform several calculations in the same field.
Press Enter, and the program will calculate the value and enter the result in the field.
So for example if you are creating a Sales Order and for some reason your customer would like to order a quantity of 3+2*4/5 of your Item then you can simply enter this formula in the quantity field and press Enter. Dynamics-NAV will calculate the result and use that as the quantity.
How cool is that ;-)
Recent Comments