I have a transaction saved search. Criteria I have the dates within Jan 1 - June 30 and Main line True. Results tab as follow:
Customer Name COUNT. Results give me 216
Amount (Net) SUM. Results give me $618,374.19
Formula (Currency) SUM. Results give me 1602.78 which is wrong.
My formula is Sum({netamount})/Count({name})
I just need the total amount / total customer count. 618374.19/216= 2862.84
I believe it's giving me the 1602.78 because it's taking into a COUNT of customers including their Sales Orders which is 386.
Anyone know how to do this?