Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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', '')