on ‎2025 May 12 10:55 AM
Hello,
I have this working simple example query in SAP Business One, which calls for all entries for a parameter (document number from all Sales Order documents) to be displayed in a column, which is then renamed:
SELECT T0."DocNum" AS "Document Number" FROM ORDR T0
Which displays a standard table with all the document numbers separated in rows for Sales Orders in a single column named "Document Number".
My question is: how do I split the custom header string "Document Number" into two lines, so it reads
"Document
Number"
as the column name in the query result?
Request clarification before answering.
Hi @IDimitrov ,
I'm afraid this is not achievable within SAP, as it seems to be a UI limitation.
If you have the result of a query displayed somewhere else, where HTML is accepted (like Crystal Reports), I think you might be able to use line break tags to achieve that (<br>).
BR,
Felipe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 21 | |
| 15 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.