设置列的显示格式
http://www.foxtable.com/help/topics/1659.htm
不显示0值,
IIF(IsNull([其他收入],0) = 0, null, IsNull([其他收入],0) / IsNull([合计],0))