Hi All,
I have two table for the app
Table one: Record (user will record the scan barcode in column C)
The Total QTY column is total qty by barcode
Table two: Record Details, user is able to add multiple product to a barcode, in column E it is a qty for each product in that barcode
On my Record view (as you can see on the table: Record) the column Total QTY has a formula =SUM(Record Details[QTY])
The issues is:
- XEP is supposed to have 13 qty but was added on the row of XER, showing 0
- XER is supposed to have 6 qty but it seems like its a sum of XEP & XER and added to XEQ showing 19
What I have try:
I have try creating a virtual column called Total QTY on Record details and set the formula to
=SUM(Record Details[QTY]) and on table Record I have set the formula to [Total QTY] but still doesn’t work
Thanks in advance!


