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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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.

Labels (1)
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)