Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hi I'm new to Qlik Sense

Hi Guys

How do i keep the first character in the field, for example I want to keep the "A" in this field  "A - JDJKDKDODDL" In the load script, also can i do If statements in Qlik sense load scripts?

Many Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Left(FieldName, 1) as NewField

View solution in original post

2 Replies
sunny_talwar

May be this:

Left(FieldName, 1) as NewField

Anonymous
Not applicable
Author

Thanks