Keyur Patel
Keyur Patel

Reputation: 255

Dashboard Lifetime sales and revenue is displaying different figure

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

Answers (2)

bc tech
bc tech

Reputation: 11

I had the same issue but had to set Use Aggregated Data to ‘No’ to fix it.

Upvotes: 1

Keyur Patel
Keyur Patel

Reputation: 255

I did it with: Go to System → Config → Sales → Sale → Dashboard And mark Use Aggregated Data (beta)="Yes"

Upvotes: 4

Related Questions