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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

left function

Hi,

How is it possible to load values of some field on the backfront so that only the first 3 symbols could be loaded?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Left(YourFieldName, 3)

View solution in original post

3 Replies
sunny_talwar

May be this:

Left(YourFieldName, 3)

MK_QSL
MVP
MVP

You mean

Load(FieldName,3) as NewFieldName

My Mistake:

Updated:

Left(FieldName,3) as NewFieldName

petter
Partner - Champion III
Partner - Champion III

FIRST 3 LOAD

*

FROM xyz.txt (txt);

Load the first 3 rows of the source