

Creator III
2012-07-27
03:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Skip special characters
Hello,
Is there is any function in Qlikview which skip special characters?
From a string, I just want to read only digits 1 to9 and A-Z from a string
thanks
Lavi
3,347 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2012-07-27
03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or use the opposite, PurgeChar(String, 'Characters to exclude')
This removes the unwanted characters
1,326 Views
3 Replies


Partner - Master II
2012-07-27
03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1,326 Views

Anonymous
Not applicable
2012-07-27
03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or use the opposite, PurgeChar(String, 'Characters to exclude')
This removes the unwanted characters
1,327 Views

Not applicable
2012-07-27
04:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use KeepChar or PurgeChar function, both will help you in skipping special charecters. Using Keepchar you can keep (e.g. 0-9 and Aa-Zz) required charecters and using purgechar you can actually purge/skip unwanted charecters.
Thanks,
Amey.
1,326 Views
