B
Bre-x
Hi,
I have a table with the folling data (Where R means Received, and S means
Shipped)
TranType Partid Qty
R W293 3
R W293 2
S W293 3
S W293 2
I need to createa a 4th column with a running sum. something like this
TranType Partid Qty Totals
R W293 3 3
R W293 2 5
S W293 3 2
S W293 2 0
Thank you All
Bre-x
I have a table with the folling data (Where R means Received, and S means
Shipped)
TranType Partid Qty
R W293 3
R W293 2
S W293 3
S W293 2
I need to createa a 4th column with a running sum. something like this
TranType Partid Qty Totals
R W293 3 3
R W293 2 5
S W293 3 2
S W293 2 0
Thank you All
Bre-x