新建三个查询项
5W以内:count(if(([收入] >0) and ([收入]<50000))then([用户代码])else(null) for [地区代码])
5到10W:count(if(([收入] >=50000) and ([收入]<100000))then([用户代码])else(null) for [地区代码])
10W以上:count(if(([收入] >=100000)then([用户代码])else(null) for [地区代码])
这三个查询项分别去除下面这个
count [用户代码] for [地区代码]
我的意思是这样写
例:count(if(([收入] >0) and ([收入]<50000))then([用户代码])else(null) for [地区代码]) / count [用户代码] for [地区代码]