Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

TextScript and chart function

Text() forces the expression to be treated as text, even if a numeric interpretation is possible.

Syntax:  

Text (expr)

Return data type: string

Arguments
Argument Description
expr An expression to be treated as text.
Example: Chart expressions
Example Results
Text( 1234 ) Returns 1234 as a string. There is no numeric value.
Text( pi( ) ) Returns 3.1415926535898 as a string. There is no numeric value.

Example - Text fundamentals

Example - Text scenario

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!