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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
michak80
Contributor III
Contributor III

Table / Dimension / How to cut text

Hello,

I have a column with following data:

CP10CPP11CF11CM1CS1

CP1CPP1CF2CM0CS0

I need only following information:

First column: data after CF (it's mean 11 for first example and 2 for second example)

Second column: data after CM (it's mean 1 for first example and 0 for second example)

Second column: data after CS (it's mean 1 for first example and 0 for second example)

I cannot use "mid" unfortunatly. 

 

Data First column Second column Third column
CP10CPP11CF11CM1CS1 11 1 1
CP1CPP1CF2CM0CS0 2 0 0

 

Labels (2)
1 Solution

Accepted Solutions
Clement15
Partner - Specialist
Partner - Specialist

Hello,

If your field always has the same structure this should work

Clement15_0-1734600669938.png

 

View solution in original post

2 Replies
Clement15
Partner - Specialist
Partner - Specialist

Hello,

If your field always has the same structure this should work

Clement15_0-1734600669938.png

 

michak80
Contributor III
Contributor III
Author

Thank you @Clement15 !!!

Works perfect.