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: 
Darmesh
Contributor III
Contributor III

Find length of each string row by row

0695b00000Hvc2vAAB.jpg

How can i get the count of each string. Below is the output

0695b00000Hvc3jAAB.png

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Add a new column in the output table tMap, and set its expression as:

row1.Column1.length()

 

//call the Java function to get the length of a string.

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

Add a new column in the output table tMap, and set its expression as:

row1.Column1.length()

 

//call the Java function to get the length of a string.

 

Regards

Shong