Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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.