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: 
dotnetfan
Contributor III
Contributor III

How to split two lines in one cell from Excel file

Hi,

Recently I got Excel file and I found there are two lines in a single cell. Does it possible to get the second line? By using Qlik Sense, it will be combined as one row.

Untitled1.png

Thanks in advanced!

Richard

3 Replies
uacg0009
Partner - Specialist
Partner - Specialist

Hi Dotnetfan,
In script, you can use subfield(YourColumnName,chr(10),2) to get the second line value.
Please try.
Aiolos Zhao
dotnetfan
Contributor III
Contributor III
Author

欧了, 谢谢!!
uacg0009
Partner - Specialist
Partner - Specialist

Hi,
If what I answered is correct, please mark it as "solution", so other people can know this question is solved.
Thanks
Aiolos Zhao