<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: How to separate the string for a query column custom... in Enterprise Resource Planning Q&amp;A</title>
    <link>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099111#M4215627</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1948871"&gt;@IDimitrov&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm afraid this is not achievable within SAP, as it seems to be a UI limitation.&lt;/P&gt;&lt;P&gt;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 (&amp;lt;br&amp;gt;).&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Felipe&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 13:08:59 GMT</pubDate>
    <dc:creator>Felipe_Lima</dc:creator>
    <dc:date>2025-05-12T13:08:59Z</dc:date>
    <item>
      <title>How to separate the string for a query column custom name into two lines?</title>
      <link>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaq-p/14098923</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;SELECT T0."DocNum" AS "Document Number" FROM ORDR T0&lt;/P&gt;&lt;P&gt;Which displays a standard table with all the document numbers separated in rows for Sales Orders in a single column named "Document Number".&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: how do I split the custom header string "Document Number" into two lines, so it reads&lt;/P&gt;&lt;P&gt;"Document&lt;/P&gt;&lt;P&gt;Number"&lt;/P&gt;&lt;P&gt;as the column name in the query result?&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 09:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaq-p/14098923</guid>
      <dc:creator>IDimitrov</dc:creator>
      <dc:date>2025-05-12T09:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the string for a query column custom name into two lines?</title>
      <link>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099046#M4215611</link>
      <description>Hi. Not sure if I got it. Do you want to have "Document" as header and "Number" as the first query result?</description>
      <pubDate>Mon, 12 May 2025 11:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099046#M4215611</guid>
      <dc:creator>Felipe_Lima</dc:creator>
      <dc:date>2025-05-12T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the string for a query column custom name into two lines?</title>
      <link>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099050#M4215612</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1476992"&gt;@Felipe_Lima&lt;/a&gt;&lt;/P&gt;&lt;P&gt;No. I want only the title to be displayed in two lines without that affecting the results. Only the column title which is changed to this string to appear on 2 (or more) lines. So if it's a long name the whole column doesn't auto-format to immediately take up half the screen because of that long name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 513px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/260071i9D4A6CD66EE2071E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;to become:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.jpg" style="width: 513px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/260072i198AC173D9471073/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2.jpg" alt="Screenshot_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 12:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099050#M4215612</guid>
      <dc:creator>IDimitrov</dc:creator>
      <dc:date>2025-05-12T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the string for a query column custom...</title>
      <link>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099111#M4215627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1948871"&gt;@IDimitrov&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm afraid this is not achievable within SAP, as it seems to be a UI limitation.&lt;/P&gt;&lt;P&gt;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 (&amp;lt;br&amp;gt;).&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 13:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099111#M4215627</guid>
      <dc:creator>Felipe_Lima</dc:creator>
      <dc:date>2025-05-12T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the string for a query column custom...</title>
      <link>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099160#M4215630</link>
      <description>Thank you. A rather disappointing lack of a very common sought after feature, but at least you're saving me another several hours of searching + trial&amp;amp;error as a novice with SQL.</description>
      <pubDate>Mon, 12 May 2025 13:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-separate-the-string-for-a-query-column-custom-name-into-two-lines/qaa-p/14099160#M4215630</guid>
      <dc:creator>IDimitrov</dc:creator>
      <dc:date>2025-05-12T13:49:04Z</dc:date>
    </item>
  </channel>
</rss>

