标签: counter reportbuilder3.0
我有一个在不同时间包含“#”的字段。我想计算在这个字段中出现“#”的次数。 我该怎么做?
答案 0 :(得分:0)
尝试未经测试:
=Split(Fields!Value.Value, "#").Length - 1