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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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

tresB
Champion III
Champion III

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

Update: May be like attached sample.