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

replace String in field

Hi All,

I have to update my data at Qlik level where ever we have word 'plant' should be 'Centres'.

Any suggestion. i tried Replace function. it didn't work out.

For example:

Field1

Plant packaging

Covered plant

Output

Centres packaging

Covered Centres.

Thanks

Manish Madan

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Capitalize(Replace(lower(Field1),'plant','Centres'))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Capitalize(Replace(lower(Field1),'plant','Centres'))


talk is cheap, supply exceeds demand
sunny_talwar

You can try MapSubString function -> MapSubstring ‒ QlikView

Help section provides an example:

Capture.PNG