Reputation: 99
What is the best way to put a new line in IG values?
I have a long value in column because of concatenation of couple of columns. I tried with ||chr(10)||
but it didn't work.
Upvotes: 0
Views: 1336
Reputation: 6084
If the Column Type is Display Only
, you can include <br>
where you want the line breaks, then make sure you turn off Escape Special Characters for that column, otherwise <br>
will be printed with your value.
Upvotes: 1