Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
EliGohar
Partner - Creator III
Partner - Creator III

Find popular words using Word Cloud

Hi All,

I have a table (around 50K records) and with a text field.

something like:

Idtext
1Text text text text
2Text text text text
3Text text text text
4Text text text text
5Text text text text

 

My main goal is to create a Word cloud chart that displays the popular words from the text field, for the example above I'd like to have the  word "text" as the popular one (with 20 instances)

How can this be implemented?

Thanks,

Eli.

Labels (2)
1 Solution

Accepted Solutions
Eugeny_Ilyin
Creator II
Creator II

Use subfield(text,' ') to create a new field that will contain all the words.

View solution in original post

2 Replies
Eugeny_Ilyin
Creator II
Creator II

Use subfield(text,' ') to create a new field that will contain all the words.

EliGohar
Partner - Creator III
Partner - Creator III
Author

@Eugeny_Ilyin Nice trick, Thanks.