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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
lmonincx
Creator II
Creator II

How to force an enter within the text in a textbox

Hi,

I am looking for a way to force an enter ( empty row) in text i want to put in the text box, QV is ignoring the enters i made in the textbox and I want it included.

Example:

Results for report X:

XXXXX

Now the rusult is

Results for report X: XXXXX

Thanks!

Linda

1 Solution

Accepted Solutions
lmonincx
Creator II
Creator II
Author

Found the answer:

='Interview with '

&'

&

Stakeholders



Big Smile

View solution in original post

2 Replies
lmonincx
Creator II
Creator II
Author

Found the answer:

='Interview with '

&'

&

Stakeholders



Big Smile

Not applicable

Or you could use the chr-function with ascii coding as follows:


='Interview with'&chr(13)&Stakeholders


BR

Jakob Berglund