Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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)