Item of type: shuttle |
In my (standard-) report it looks as follows:
My business requirement/challenge: start a new line by '<'br'>' or 'char(10)' instead of using ":"
So I replace in my SQL this line U_BERUFE ,
with: replace(U_BERUFE,':','<br>' ) as U_BERUFE,
and we have:
I hope you can make use of it, if needed.
Good luck !