function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kashyap JoshiKashyap Joshi 

How to Calculate Average Order Value(AOV) for Particular Account?

Saravana Muthu 8Saravana Muthu 8
Hi,

You can create a report of Opportunity with Account, make the format "Summary" and then drag over the "Add Formula" option from the left menu which will display a formula window. You can use a formula such as AMOUNT: AVG which would give you the "average size" of your opportunities during a certain time frame.

Thanks,
Sarav
Sweet Potato Tec
Kashyap JoshiKashyap Joshi

Hi Saravana, 

Thank You for Your replay,

I want to Calculate the Average Order Value(AOV) on Order Object for a Particular customer Account?

can you please guide me on this