Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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)