For these tables mydash agglomerates product sales based on product name and sorts them ascending / descending.
This feature does not work if the network does not supply networks names or other product identifiers in their feed.
It’s probably best explained with an example: you sell 5 “SuperAwesome Product” with 10 $ commission, two “Awesome Product” with 5 $ commission and one “NotSoAwesome Product” with 2$ commission from BestMerchant.
The table will read:
Sales | Total | Title | Commission | Merchant Name |
---|---|---|---|---|
5 | $ 50 | SuperAwesome Products | $ 10 | BestMerchant |
2 | $ 10 | Awesome Products | $ 5 | BestMerchant |
1 | $ 2 | NotSoAwesome Products | $ 2 | BestMerchant |
Sales | Total | Title | Commission | Merchant Name |
---|---|---|---|---|
1 | $ 2 | NotSoAwesome Products | $ 2 | BestMerchant |
2 | $ 10 | Awesome Products | $ 5 | BestMerchant |
5 | $ 50 | SuperAwesome Products | $ 10 | BestMerchant |