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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
beneldridge
Partner - Contributor
Partner - Contributor

Changing names in a column of data

Hi all,

I have a column in a set of data that has 10 names in, I would like to change the names in the column without having to create another column. For example I would like to change Insurance to Ins, Pensions to Pens etc.

Is this possible to do?

Thanks.

2 Replies
m_woolf
Master II
Master II

Use a mapping table

chrishayes
Contributor III
Contributor III

It sounds like these are company names? You could try something like this:

 

Replace(Replace(CompanyName, 'Insurance', 'Ins'), 'Pension', 'Pens')