cancel
Showing results for 
Search instead for 
Did you mean: 

base amount is zero

Alejandro_Ruiz
Participant
0 Kudos
I have documents with subtotal but the database is at zero

any idea why that could be and how to solve it

(if I duplicate the document, the new one if it is correct)

Accepted Solutions (0)

Answers (2)

Answers (2)

msundararaja_perumal
Active Contributor
0 Kudos

Hello,

Use formula DocTotal-Freight-Vatsum-Discount-Rounding to get the subtotal value.

Thanks.

Alejandro_Ruiz
Participant
0 Kudos

Thank for the Reply

the error is that it also appears in the list of orders

Johan_H
Active Contributor
0 Kudos

Hi Luis,

The field that you marked on the Sales Order form is not the Base amount field in the database.

The base amount field in the database is zero for all our sales orders. Please try this query:

select distinct T0.[BaseAmnt] from ORDR T0

You will see that this field is always zero or null.

Regards,

Johan

Alejandro_Ruiz
Participant
0 Kudos

Thanks for the reply

Duplicate the order and execute the same query and I get information

the error is also evident in the list of orders

Johan_H
Active Contributor
0 Kudos

Hi Luis,

The top two rows in the second screenshot are both zero. How are these two orders similar to each other, and how do they both differ from all the other orders?

Regards,

Johan