本文介绍了特定记录的计数和百分比的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我目前在访问报告中的示例。


互联网资源销售人员......?预约保留

AutoTrader?是的

AutoTrader?否

AutoTrader?否

AutoUSA?是的

AutoUSA?是的

易趣?没有

mbUSA.com?是的

其他人?否

其他人?否

代码=计数(*)=计数(IIf([约会保留] ="是",0))

计数9 4


想法如下:

如何计算[约会保留] =多少?是吗? (1)仅适用于[Internet Source] =?AutoTrader?,(3)以获得它们之间的百分比(1/3)。换句话说,所有的百分比?是吗?仅限AutoTrader

感谢您的帮助


plaguna

解决方案




This is an example of what I have so far in my Access Report.

Internet Source Salesperson... ?Appointment Kept
AutoTrader ? yes
AutoTrader ? No
AutoTrader ? No
AutoUSA ? Yes
AutoUSA ? Yes
Ebay ? No
mbUSA.com ? yes
Others ? No
Others ? No
Code =Count(*) =Count(IIf([Appointment Kept]="Yes",0))
Count 9 4

The Idea is the following:
How can I count how many [Appointment Kept]=?Yes? (1 ) Only for [Internet Source]=?AutoTrader?,(3) in order to get a percentage between them (1/3). In other words, the percentage of all ?yes? of only AutoTrader
Thank you for any assistance

plaguna

解决方案




这篇关于特定记录的计数和百分比的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-02 06:55