我需要设置水晶报告中的条件
count {table.support} where ({table.support} = "others")
support
-------
others
others
myself
parent
others
结果应为3。
如何在水晶报告中做到这一点?我是水晶报道的新用户。
答案 0 :(得分:0)
您在记录选择公式中放置的任何内容都将通过水晶报告添加到条件的位置..所以请将您的需求条件放在Record Selection Formula
。
答案 1 :(得分:0)
记录选择公式应为:
{table.support} = "others"