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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

I want to display only the first 13 data.

Now I want R_WORK_LOT to display only the first 13 characters, how do I do that?

Paknanarn23_0-1678247415557.png

 

1 Solution

Accepted Solutions
MayilVahanan

Hi

You can try with Left function

Left(R_WORK_DT, 13) as First13CharRWORKDT

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

Hi

You can try with Left function

Left(R_WORK_DT, 13) as First13CharRWORKDT

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.