In plain MySQL if I have the statement
select 1 as "Account\nNumber";
with a backslash n between the two words,
then it outputs the Word Account ON TOP of the word Number.
This is something I would like to happen in the output of my myDBR report, because while the data of the Account number is a two digit number which takes up only two characters, nevertheless the column name "Account Number" takes up 15 characters.
However, when I tried it in my report, I found that it displayed in the table header "Account Number" on the same line
This causes a problem when I have many columns and I export to PDF.
Any suggestions?
I have already tried a bunch of things, so if you know of something that works, I would appreciate if you could please give me a very explicit answer, instead of referring me to somewhere in the documentation.
Thank you in advance.