I need a SINGLE report showing all products purchased by all customers within a given time period. Similar to /report_customer/totals/key/xxxxxxxxxxxxxx/filter/
, but instead of number of orders I would need to see which products they purchased.
Unless I am missing something, this report is not available using native 1.5.1 functionality. I also looked at these extensions, but none of them does what I need:
Reports Pro by Mage-Shop (put a dash between mage and shop to get URL to work)
Advanced Reports by aheadWorks
Product Orders by Customers by MageWorx
Since none of the extensions above do what I need, what would the the proper SQL query be to extract such data from Mage 1.5.1?
TIA!