Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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