Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

How to trim name from the fields

 Hi,

How to trim the names from the filed names

i want to remove showroom from every fields name.

 

1 Solution

Accepted Solutions
sunny_talwar

May be do this

Subfield([Branch Name], ' ', 1)

or you can use Replace Function

Replace([Branch Name], ' Showroom', '')

View solution in original post

1 Reply
sunny_talwar

May be do this

Subfield([Branch Name], ' ', 1)

or you can use Replace Function

Replace([Branch Name], ' Showroom', '')