I am trying to write a query that returns the customer who has bought the most of a product.
I have an Order table with CustomerID, ProductID and QtySold (amongst other things, obviously!!). If I do:
select CustomerID,ProductID,sum(QtySold) SumQtySold
into #Temp
from orders
group by...
Has anyone tried using Crystal Reports 9 with a Blackberry handheld? If so, how did you do it and what was the level of success. There seems to be very little documentation out there on this
Thanks
Alex
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.