Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
chr(10)
chr(10)
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.)
chr(13)
will work as well
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:
Deployed online in a web browser: