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: 
d_ankusha
Creator II
Creator II

Separate values in a column

delim.png

30232530,74121110 is the value I have in a column. i want these values separately in two different rows. can anyone please give me query to separate these values?

1 Solution

Accepted Solutions
sunny_talwar

May be using SubField() function

SubField(FieldName, ',') as FieldName

View solution in original post

2 Replies
sunny_talwar

May be using SubField() function

SubField(FieldName, ',') as FieldName

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Ankusha,

You will get data from subfield function.


SubField(FieldName, ',') as FieldName


Thanks,

Arvind Patil