
How to use the Division operand in Rows when making a financial report in Business Central? Please help!
The division operator in Visual Code is /. This operator is used to perform division between two numbers. For example:
6 / 3 = 2
You can also use the division operator to perform floating point division, which returns a decimal value. For example:
6.0 / 3.0 = 2.0
10.0 / 5.0 = 2.0
15.0 / 3.0 = 5.0
Keep in mind that if you use the division operator with integer operands, the result will be an integer. If you want to get a decimal result, you need to use decimal point numbers.
I hope this helps!