
Originally Posted by
kuroi
I hate to contradict another professional, but of course this is possible.
It would be rather more complex than doing it by coupon code, since the coupon code is held in the orders table with the rest of the data that would be needed for this report, whereas the referral code is held in the customers table and so (in technical terms) the database query that extracts the information for the report would need to "join" the two tables - but that's basic stuff for anybody with a bit of database experience.