Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

String problem

Hi,

I have a string which contains 3 digit numbers separated by a comma:

here are the possible values of the string

213

221,225

548,457,598

Note: There can be any number of 3 digit numbers in the above mentioned String.

I want to each of these 3-digit numbers.

Please advice.

Regards,

Rohit

3 Replies
Miguel_Angel_Baeyens

Hello Rohit,

Try something like:

LOAD SUBFIELD(StringField, ',') AS Number FROM FILE.QVD;


Hope that helps

Not applicable
Author

Hi

I attached sample application herewith please find it.

Regards

Ashish

Not applicable
Author

Hello,

See attached example. Data table have strings values and the OnlyNumbers table have numbers extracted from string.

Cheers

Karol