<?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: Adding White Space to Help with Formatting in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698426#M189019</link>
    <description>&lt;P&gt;Sure, here it is. Understanding that width, height and depth values can be both 4 characters each. I manually put in 4 spaces each to at least clean it up a bit.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/166668-width-height-depth.png"&gt;width-height-depth.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Gary&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jul 2018 12:12:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-07-04T12:12:37Z</dc:date>
    <item>
      <title>Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaq-p/698423</link>
      <description>&lt;P&gt;Moving right along and now comes the fun part -- formatting. Usually I would just use the built in editor features, but the string is concatenated to display Wd x Ht x Dp depending on a condition. &lt;BR /&gt;&lt;BR /&gt;While it currently displays ok, I need to pad out each field with white spaces (and center) to align with my headers above.&lt;BR /&gt;&lt;BR /&gt;Wd, Ht and Dp are currently defined as strings, is it possible to format and center using white spaces and calculating the length of each value?&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;global stringvar Width := totext({width},0,"")&lt;BR /&gt;global stringvar Height := totext({height},0,"")&lt;BR /&gt;global stringvar Depth := totext({depth},0,"")&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Default Condition:&lt;/P&gt;
  &lt;P&gt;(Width) &amp;amp; ' X ' &amp;amp; (Height) &amp;amp; ' X ' &amp;amp; (Depth)&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Gary&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 16:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaq-p/698423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-03T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698424#M189017</link>
      <description>&lt;P&gt;Hi Gary,&lt;/P&gt;
  &lt;P&gt;Could you please post a screenshot of how the alignment is right now?&lt;/P&gt;
  &lt;P&gt;I'm guessing you'd have to use a fixed-width font to get it perfectly aligned.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;-Abhilash&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 07:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698424#M189017</guid>
      <dc:creator>abhilash_kumar</dc:creator>
      <dc:date>2018-07-04T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698425#M189018</link>
      <description>&lt;P&gt;If you do not want to use fixed length font you will need to convert to 3 fields. So instead of changing order of a concatenated string. Create 3 formulae, for Position 1 which changes from width, depth or height., repeat for position 2 &amp;amp; 3.&lt;/P&gt;
  &lt;P&gt;Place these formula fields on designer, align with your headers and then place text boxes with X between, &lt;/P&gt;
  &lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 10:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698425#M189018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-04T10:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698426#M189019</link>
      <description>&lt;P&gt;Sure, here it is. Understanding that width, height and depth values can be both 4 characters each. I manually put in 4 spaces each to at least clean it up a bit.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/166668-width-height-depth.png"&gt;width-height-depth.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Gary&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698426#M189019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-04T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698427#M189020</link>
      <description>&lt;P&gt;I thought of this as well, will toy with that idea today actually. I would prefer though to keep it all one, as each condition triggers the format of Width, Height and Depth.&lt;/P&gt;
  &lt;P&gt;Gary&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698427#M189020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-04T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698428#M189021</link>
      <description>&lt;P&gt;Is there a particular reason why you can't just make the text box a specific width and center its contents?&lt;/P&gt;
  &lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698428#M189021</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2018-07-05T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698429#M189022</link>
      <description>&lt;P&gt;Because I have a flair for over complicating the simplest of things. I've made a text box and monkeyed with some manual spacing. While it's not perfect, it does align itself a little better. It will work for now but a proper solution will always be on my list. OCD does this to a person.&lt;/P&gt;
  &lt;P&gt;Gary&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 17:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698429#M189022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-05T17:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding White Space to Help with Formatting</title>
      <link>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698430#M189023</link>
      <description>&lt;P&gt;Or, as I say to my daughter, CDO, for those who are so bad it has to be in alphabetical order. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 17:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adding-white-space-to-help-with-formatting/qaa-p/698430#M189023</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2018-07-05T17:37:35Z</dc:date>
    </item>
  </channel>
</rss>

