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

Importing only first value

I have a field that I want to only import the first character from into qlikview. How do I do this in the script?

The field is (Emp_Status) and I only want the first character to show up.

1 Solution

Accepted Solutions
Not applicable
Author

left(Emp_Status,1)

View solution in original post

1 Reply
Not applicable
Author

left(Emp_Status,1)