0
Is there a way calculation that would count the number of words in another field in the same record?
I tried cnt(FieldName), but that just returns the number of records.
2 replies
-
This should do it...
count(splitx(FieldName, "\s"))
-
Awesome! That does it. Thanks, #slowwagon!
Content aside
- 5 yrs agoLast active
- 2Replies
- 1180Views