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

How to split one Row into multiple rows

Hi All.

How to split data into multiple rows based on the input data.

Can anyone help me on this.

I have attached sample data set for your reference(Refer Sheet1 for Input data and Sheet2 for Excepted ouput). 

Regards,

Vinod

Labels (1)
2 Replies
Vegar
MVP
MVP

You can use Subfield () for this.

Load SubField([Numbers], ' ')  as Number

From Excel

Vinod
Creator
Creator
Author

Hi sir.

It's not working.