Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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)