Hi Guys
I have page that shows sale order line records, and want to include a total quantity of the order for each line. Total will be repeated for for all lines of a given order as below:
Order No Line No Item Qty Total Qty
10001 1000 A 10 30
10001 2000 B 20 30
10002 1000 A 100 100
Not sure how to achieve this and couldn't find an example in the base app
Thanks