Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
michak80
Contributor III
Contributor III

How to cut text in column

Hello, 

I have a column with some text. For example 0470900034312900034312 as you can see below. I need cut only these text 0470 900034312 900034312. Could you please help? 

michak80_0-1712747180402.png

 

 

Labels (1)
2 Solutions

Accepted Solutions
marcus_sommer

Just use string-functions like left/right/mid() with the appropriate number of chars which should remain.

View solution in original post

Anil_Babu_Samineni

@michak80 Perhaps Right(Fieldname, 9)

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
marcus_sommer

Just use string-functions like left/right/mid() with the appropriate number of chars which should remain.

Anil_Babu_Samineni

@michak80 Perhaps Right(Fieldname, 9)

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