General
The ConvertToText function can be used to convert a value to a String.
Syntax
The syntax of the ConvertToText function is:
ConvertToText Function Syntax
ConvertToText(<value>)
Examples
The following Expression returns the value of the variable vTest of Datasource MyDatasource as String:
ConvertToText Function Example
ConvertToText([Datasource].[MyDatasources].[Variable].[vTest])