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: 
Anonymous
Not applicable

remove specific word in a string

Hi,

How can I remove the word ' - General' thru expression?

Field                                                      Desired Result

Other - General                                          Other

Program and Customer Service                 Program and Customer Service

Introduction - BRS                                      Introduction - BRS

Technical Issue - General                           Technical Issue

1 Solution

Accepted Solutions
andrey_krylov
Specialist
Specialist

Hi, Isabel. Try   Replace(YourString, ' - General' , '' )

View solution in original post

2 Replies
andrey_krylov
Specialist
Specialist

Hi, Isabel. Try   Replace(YourString, ' - General' , '' )

Anonymous
Not applicable
Author

Hi Andrey!

It worked!!! Thank you sooooo much