Select to view content in your preferred language

Count how often a word is used in all repeat tables

112
2
12-09-2024 07:02 AM
neomapper
Frequent Contributor

Is there a way to search all repeat tables for a field mentioning a certain word like "Rabbit" and count how often that is mentioned and display that total sum? 

0 Kudos
2 Replies
jcarlson
MVP Esteemed Contributor

There are lots of ways you could do this using Python, Arcade, etc, but are you looking to do it in a particular way? Or on a certain application?

- Josh Carlson
Kendall County GIS
0 Kudos
abureaux
MVP Frequent Contributor

If this is a select_one/select_multiple, this is super easy:

abureaux_1-1733777870135.png

If this is a text field, you will need a script.

0 Kudos