Reputation: 255
I have a problem with dashboard, Lifetime Sales and Revenue displays different figure.i have tried displayed lifetime sales by following code:
Mage::getResourceModel('reports/order_collection')->calculateSales()->load()->getFirstItem()->getLifetime();
and it is displaying correct, same amount as Lifetime Sales on dashboard.
so i am getting confused whether lifetime sales is wrong or /revenue is wrong.
Can any body help me???
Upvotes: 1
Views: 5741
Reputation: 11
I had the same issue but had to set Use Aggregated Data to ‘No’ to fix it.
Upvotes: 1
Reputation: 255
I did it with: Go to System → Config → Sales → Sale → Dashboard And mark Use Aggregated Data (beta)="Yes"
Upvotes: 4