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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
chinnu123
Creator
Creator

How to limit the characters in a field in qlikview

Hi Team,

I have one field Description' i need to see only first 10000 characters in that field how can I do this?


Can any one suggest please



Thanks,

Chinnu.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Is that Left() won't working for you?

Left(Description, 10000) as First_10000_Chr

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

Is that Left() won't working for you?

Left(Description, 10000) as First_10000_Chr

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
chinnu123
Creator
Creator
Author

Its working Thanks.