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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
dseelam
Creator II
Creator II

Separating field value

Hello Folks,

How to create 1st 2 values of below column as separate column.

Capture.PNG

1 Solution

Accepted Solutions
sunny_talwar

May be this

Text(Left(FieldName, 2)) as FieldName....

View solution in original post

2 Replies
sunny_talwar

May be this

Text(Left(FieldName, 2)) as FieldName....

dseelam
Creator II
Creator II
Author

Thanks Sunny