Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stevelord
Specialist

carriage return/end line function in text box?

Hi, I'm inserting a bit of text into a pie chart using presentation->text in chart so the text can stay on the same layer as the chart when I put it in a container with other charts.  The words don't wrap when I resize it, so I need a '&chr()&' or some other bit like that where I want the carriage return or end of the lines.

I recall asking a long time ago, but can't find the solution.  I recall someone advising a different character was preferable to carriage return for some reason, but I'll take whatever does the trick.  Thanks!

1 Solution

Accepted Solutions
Anonymous
Not applicable

4 Replies
Anonymous
Not applicable

chr(10)

stevelord
Specialist
Author

Thanks, I had googled and seen Chr(9) on some list which didn't work.  Chr(10) works like a charm.  (My interim workaround had been to stack a few 1-line text boxes.)

robert_mika
Master III

chr(13)

will work as well

Not applicable

Hi

Both chr(10) and chr(13) works in QlikView while developing the dashboard but when deployed and accessed online in a web browser none of them work!

Same as tricks like:

'line1' & '

' & 'line2'

Context:

- Version 11.00.11282.00 SR1 64-bit Edition

- Web browser version: all recent of Firefox, MSIE and Chrome

In QV application:

dev_mode_ok.png

Deployed online in a web browser:

deployed_browser._ko.png