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: 
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