Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

select line in the text field

I would like to know what is the AQL request which would allow me to select some line in text fields compound of several lines.

1 Reply
Anonymous
Not applicable
Author

You possibly can use subfield() function, if you know what character is used as a line change.  If it is chr(10), it will look like this:

subfield(YourTextField, chr(10),2)