Quote Originally Posted by carlvt88 View Post
Are you good with programming? If you can play with this, you could try replacing all instances of customers_id with customers_whole in admin/includes/classes/sales_report.php. Then put a 0 or a 1 in the 'Customers ID' filter.

I don't have that plugin and haven't tried the above code at all, but this is a 2 min swag at an approach. Let me know if this works and if you want to run with it from here.
Unfortuanlty this doesn't work as the customers_whole is not in the orders table it is in the customers table. So I need to work out how to get the customers_whole to be added to the orders table then I would think your solution would work.

Any ideas?