Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download 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)