I am trying to create a output field in a query that takes the sume of a field called "spend" and divides it by the count that same field, thus giving me an average. Here is the code Ive tried that has not worked:
Avg Monthly Spend: (Sum([Expense Amount]))\(Count([Expense Amount]))
I get an "You cannot have aggragate functions in a group by clause"
Any thoughts,
Thanks,
Tim
Avg Monthly Spend: (Sum([Expense Amount]))\(Count([Expense Amount]))
I get an "You cannot have aggragate functions in a group by clause"
Any thoughts,
Thanks,
Tim