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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Remove common unwanted words

Hi All

I'm trying to clean data for matching purposes and I need to remove certain common words from some fields.

For example, in a NAME field I might have "Socitey For The Blind" and the words "for" and "the" are on my list of common words, so I want to return only "Society Blind" for matching purposes.

MapSubString doesn't work because it's not iterative and the best I can get back is "Socitey The Blind".

There must be a smart way to do this?

1 Reply
Not applicable
Author

Hi Brian,

sometimes a combination of string functions are able do the job.

See QV help and look for "PurgeChar" as example.

Hope it helps.

Good luck!

Rainer