Jakboi
Death by Access
- Local time
- Today, 08:12
- Joined
- Nov 20, 2006
- Messages
- 303
Hello,
Having some confusion for a calculation on one of my reports. I am trying to count the number of times in my table column "AMOUNT" that is greater than the average.
I have the average figured out on my Report as follows:
[Text663]=[text50]/[text29]
Then I have this to find how many times in the column "Amount" that it is higher than average:
=Count(IIf([AMOUNT]>[text663],0))
It keeps giving me a enter parameter box. Anyone have insight to why this may not be working?
Thanks.
Having some confusion for a calculation on one of my reports. I am trying to count the number of times in my table column "AMOUNT" that is greater than the average.
I have the average figured out on my Report as follows:
[Text663]=[text50]/[text29]
Then I have this to find how many times in the column "Amount" that it is higher than average:
=Count(IIf([AMOUNT]>[text663],0))
It keeps giving me a enter parameter box. Anyone have insight to why this may not be working?
Thanks.