<?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>topic SAPSCRIPT Condense option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101599#M735999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; I am displaying a value in script as below,&lt;/P&gt;&lt;P&gt;[&amp;amp;VAR1(C2)&amp;amp;] and say VAR1 contains 1, output is appearing as [1 ].&lt;/P&gt;&lt;P&gt;If VAR1 contains 21 , then [21].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is in first case i.e. when it is 1, trailing space should not appear, i.e. instead of [1 ]----&amp;gt; [1] should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other formatting option to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls note if i use only &amp;amp;VAR1(C)&amp;amp;, then value are not displayed properly when VAR1 has 2 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. when VAR1 is 21 it is displayed as [1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 05:02:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-28T05:02:51Z</dc:date>
    <item>
      <title>SAPSCRIPT Condense option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101599#M735999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; I am displaying a value in script as below,&lt;/P&gt;&lt;P&gt;[&amp;amp;VAR1(C2)&amp;amp;] and say VAR1 contains 1, output is appearing as [1 ].&lt;/P&gt;&lt;P&gt;If VAR1 contains 21 , then [21].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is in first case i.e. when it is 1, trailing space should not appear, i.e. instead of [1 ]----&amp;gt; [1] should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other formatting option to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls note if i use only &amp;amp;VAR1(C)&amp;amp;, then value are not displayed properly when VAR1 has 2 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. when VAR1 is 21 it is displayed as [1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 05:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101599#M735999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T05:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Condense option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101600#M736000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be precise, i am displying the total number of pages,&lt;/P&gt;&lt;P&gt;&amp;amp;SAPSCRIPT-FORMPAGES(C2)&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 05:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101600#M736000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T05:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Condense option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101601#M736001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check Below Options, &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(Z)&amp;amp; Omit Leading Zeros &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(S)&amp;amp; Omit Leading Sign &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;lt;)&amp;amp; Display Leading Sign to the Left &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;gt;)&amp;amp; Display Leading Sign to the Right &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(C)&amp;amp; Compress Spaces &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(.N)&amp;amp; Display upto N decimal places &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(T)&amp;amp; Omit thousands separator &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(R)&amp;amp; Right justified &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(I)&amp;amp; Suppress output of the initial value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps/&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 05:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-condense-option/m-p/3101601#M736001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T05:07:23Z</dc:date>
    </item>
  </channel>
</rss>

