Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
Srikanth
Contributor II
Contributor II

How to exclude numerical values in word cloud chart ?

need to exclude the numerical(3) from the word cloud object.

Here I am using the keyword as a dimension and count(keyword) as a measure.

Srikanth_0-1588159563077.png

 

Thanks,

Srikanth

 

Labels (2)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

Hi 

you can use this in your dimension

=if(isnum(keyword)=0,keyword)

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

Hi 

you can use this in your dimension

=if(isnum(keyword)=0,keyword)

Srikanth
Contributor II
Contributor II
Author

It worked.

Thanks, 

Srikanth

alexC
Contributor II
Contributor II

Hi Srikanth,

 

how did you make the wordcloud?

 

thx,

Alex