Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
No problem.
Make a field called [# of 0's] with a formula of
If([Rating]=0,1,0)
Make a field called [# of 5's] with a formula of
If([Rating]=5,1,0)
Then do a summary report and calculate the total of those fields on the report.
Make a field called [# of 0's] with a formula of
If([Rating]=0,1,0)
Make a field called [# of 5's] with a formula of
If([Rating]=5,1,0)
Then do a summary report and calculate the total of those fields on the report.