RTRIM [(Report Builder 1.0)
Returns a string with the trailing spaces removed.
Syntax
RTRIM(string)
| string | Specifies the string from which to remove the trailing spaces. | 
Example
| Formula | Result | 
|---|---|
| RTRIM(Customer Name) | Returns each instance of the Customer Name field with any extra spaces at the end of each name removed. | 
| RTRIM("discussion. ") | discussion. |