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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
profuse
Creator
Creator

tMap: How to add multiple StringHandling.EREPLAC to the same field?

Hi,
Within tMap, for field row1.Provider_License_Number_1, I'm using StringHandling.EREPLAC to check a value in a column and replace it with another value:
StringHandling.EREPLACE(row1.Provider_License_Number_1,"ME ","ME");
I would like to check another value at the same time:
StringHandling.EREPLACE(row1.Provider_License_Number_1,"ME00","ME");
How can I add multiple StringHandling.EREPLACE for the same column?
Thanks

Labels (2)
2 Replies
Anonymous
Not applicable

Hi Profuse,
You can look into tReplace, that is what I used. Good Luck!!!!
tReplace Talend
profuse
Creator
Creator
Author

Hi Colleen,
That worked!!!
Thank You!!!