Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

special characters


Hi all,

How can we find the count of the text which has special characters

Thanks

2 Replies
Not applicable
Author

Hi,

  1. Use purgechar() to remove Number and text.
  2. Trim() to remove any spaces
  3. Count() the rest to get the count of special character

Let me know it this could be helpful.

-Mohan

tresesco
MVP
MVP

How would the data look like? Some sample please with expected output.

Update: May be like attached sample.