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

[ASK] how to show only 1 word

i have a field called "Payment"

and i wanna only show first word of every record

example, there's a record "Cash 54-FT"

so i just need the word "Cash" to show

how to do that?

i also have attached the file

many thx..

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7142.tes.rar:550:0]

1 Solution

Accepted Solutions
suniljain
Master
Master

pls replace string by your related field name.

=

subfield('Cash 54-FT',' ',1)





View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hei ricardo

try this

suniljain
Master
Master

pls replace string by your related field name.

=

subfield('Cash 54-FT',' ',1)