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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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', '')