Jump to Calculated fields
Calculate the discount amount from percentage to amount, on order lines, using calculated fields in Uniconta.
If you want to see the discount amount on the order lines instead of the percentage, you can create a calculated field.

- Go to Tools / Calculated fields
- Select the table called: DebtorOrderLineClient
- Click on Calculated fields
- Click on Add field
- Name the field
- Enter a command prompt
- Select type: Double
- In the Script field you type: (rec.SalesValue * rec.DiscountPct)/100
