ToString (PQL)

Converts the item to a text string.

  • Returned Output: Text
  • Library: PQL \ Common \ String
  • Version: 2020.12.000
  • Compatibility:
    • Can be combined with and other PQL function throughout the application.
    • It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.

Syntax

ToString( <Variant> )

* Click on the function's arguments above for more details on the input values.

Comments
  • The input can be any alphanumeric set of characters.

Examples

This example returns the text "123456.897" from a data point.

ToString(Data(0,1))