
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Question regarding word cloud chart
Hi,
I am using qliksense saas and trying to create a word cloud chart. However, I have only detailed sentences along with the score metrics and my boss wants me to create only word cloud and not sentence cloud. Is there any smart way to extract keywords from these sentences to create word cloud chart? I have provided examples below:
1st time home buyer and sudan was very friendly and helpful. Even when she took vacation time she made sure her coworkers were aware of the paperwork that needed to be completed and connected me with them for any questions : 10 20 years of great personal service : 10
|
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use subfield() to split the string by each word in a new row using the space as a delimiter during data load
subfield('String',' ') as Words
If a post helps to resolve your issue, please accept it as a Solution.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use subfield() to split the string by each word in a new row using the space as a delimiter during data load
subfield('String',' ') as Words
If a post helps to resolve your issue, please accept it as a Solution.
