Description
When I run the "Products Ordered" report in Magento 2, configurable products show up as a single product, where the sales of all its child products were summed up. Is there a way to change this so that only the child (simple) products are shown in the report with their sold quantities?
We are currently using version 2.0.7 community edition.
Steps to reproduce
Run products sold report
I should see how many of each simple product were sold
Actual result
Sales do not show for simple products that are ordered under a configurable product. The report only gives a summed up total of all the configurable products falling under it (example: if I sell chocolate bunnies in milk, dark and ivory I don't see sales for each of those chocolate types; I only see a total for all chocolate bunnies sold).