Hi
Somebody told me about a command that can cumul a value in a field in a select
For example. I want to accumulate the qty of my item where the ship_date is the same and the Item are the same also
So if I have an order 123 that has the item cp-10000 with qty of 3. I ship it.
After that I ship another order on the same day that is 124 and this order also have the item cp-10000 but with a qty of 5.
I would like to cumul the qty to have a total of 8.
Does it have a Select accum or something like that that allow me to do this kind of thing?
Thanks in advance
Somebody told me about a command that can cumul a value in a field in a select
For example. I want to accumulate the qty of my item where the ship_date is the same and the Item are the same also
So if I have an order 123 that has the item cp-10000 with qty of 3. I ship it.
After that I ship another order on the same day that is 124 and this order also have the item cp-10000 but with a qty of 5.
I would like to cumul the qty to have a total of 8.
Does it have a Select accum or something like that that allow me to do this kind of thing?
Thanks in advance