Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]
pls replace string by your related field name.
=
subfield('Cash 54-FT',' ',1)
hei ricardo
try this
pls replace string by your related field name.
=
subfield('Cash 54-FT',' ',1)