Topic: query
from an editbox i give the partnumber (EAN)
How can I get in one line the sum of a quantity from one part number when it is in many lines ?
When I use search it shows in the tablegrid the part number in many lines.
How to do that using Query ?
the following script shows me all the partnumbers (EAN) and not one from the editbox
select EAN,
sum(qty)
from PinB
group by EAN