Forum Discussion
svella
9 years agoRegular Visitor
Carriage Returns / concatenated text
Hi, Does anyone know if we can add a carrage return and have it function in a text block in the visualization. The goal ------------ Field_A & " - " & Field_B & Carrage Return & Field_C ...
SanSan83
8 years agoRegular Visitor
I have the same problem, I would like to add a "Carriage return" to concatenated text. Could you please let me know if/when you find a solution to the problem?
Many thanks,
willharris24
8 years agoAdvocate I
add UNICHAR(10) into your text string... seems to work. can't find the thread i found that in!
- MarkPalmberg7 years agoKudo Commander
UNICHAR(10) works but doesn't appear to do anything for the visual and also causes line breaks in a csv export.
- MarkPalmberg7 years agoKudo Commander
Check that. If you turn on "Word wrap" in Values, it'll wrap those values in the table view according the break code. Nice.