
Anonymous
Not applicable
2016-02-02
04:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
String functions index,replace,keepchar
I have a field which has values like
Management_Desc |
Part_Description |
IMaster_Spare_Parts_Class_Cd |
Spare_Parts_Class_Desc |
I want to get rid of the underscore,I'm attaching a sample file
1,116 Views
1 Solution
Accepted Solutions

MVP
2016-02-02
04:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be one of the two?
PurgeChar(DBNames, '_') as Field2,
Replace(DBNames, '_', ' ') as Field3;
5 Replies

MVP
2016-02-02
04:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be one of the two?
PurgeChar(DBNames, '_') as Field2,
Replace(DBNames, '_', ' ') as Field3;

Anonymous
Not applicable
2016-02-02
04:17 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you ! Sunny 🙂
901 Views

Anonymous
Not applicable
2016-02-02
04:30 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunny ,Lot of us are waiting to read your Blog on Qlikview and Qliksense
We need tips on how to code like you 🙂

MVP
2016-02-02
04:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your very welcome

MVP
2016-02-02
04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am still learning here, I feel I still have few years before I can come up with a blog. But I will keep everyone posted as soon as I create a Blog
