Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在不同时间包含“#”的字段。我想计算“#”在这个字段中出现了多少次。我怎么做?
尝试,未经测试:
=Split(Fields!Value.Value, "#").Length - 1