Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Use Text functions to manipulate the text in your report. For example, suppose you want cities and states to be displayed together. Using the CONCAT function, you can create a field where both are displayed together.
Text functions can use the following data types: String and Integer.
In This Section
| Topic | Description |
|---|---|
Concatenates two strings together into one. |
|
Position of the first instance of a string. |
|
Returns the left most characters of a string. |
|
Returns the number of characters in a string. |
|
Converts a string from uppercase characters to lowercase. |
|
Returns a string with the leading spaces removed. |
|
Returns a string with all the instances of a sub-string replaced by another sub-string. |
|
Returns the right most characters of a string. |
|
Returns a string with the trailing spaces removed. |
|
Returns a sub-string from within a string. |
|
Converts a string from lowercase characters to uppercase. |
See Also
Concepts
Using Functions (Report Builder)
Working with Formulas (Report Builder)
Report Builder How-to Topics