Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
EliGohar
Partner - Specialist
Partner - Specialist

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 - Specialist
Partner - Specialist
Author

@Eugeny_Ilyin Nice trick, Thanks.