Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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 Solution

Accepted Solutions
sunny_talwar

May be one of the two?

PurgeChar(DBNames, '_') as Field2,

  Replace(DBNames, '_', ' ') as Field3;

View solution in original post

5 Replies
sunny_talwar

May be one of the two?

PurgeChar(DBNames, '_') as Field2,

  Replace(DBNames, '_', ' ') as Field3;

Anonymous
Not applicable
Author

Thank you ! Sunny 🙂

Anonymous
Not applicable
Author

Sunny ,Lot of us are waiting to read your Blog on Qlikview and Qliksense

We need tips on how to code like you 🙂

sunny_talwar

Your very welcome

sunny_talwar

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