This content has been marked as final.
Show 2 replies
-
1. Re: calculated field where string contains
Bora Beran Apr 7, 2015 12:55 PM (in response to matt.lukoff.0)Try
SUM(IF CONTAINS([Your string field here],'abc') then 1 else 0 end)
-
2. Re: calculated field where string contains
matt.lukoff.0 Apr 7, 2015 12:59 PM (in response to Bora Beran)perfect, thanks Bora!