Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
jduenyas
Specialist
Specialist

Numeric to string

Hi all,

A quick one:

is there a function to convert a number to string? like the VB function Cstr(<number> ) which returns a string/text representation on the number?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try text() function:

text(expression )

The text function forces the expression to be treated as text, even if a numeric interpretation is possible.

View solution in original post

2 Replies
swuehl
MVP
MVP

Try text() function:

text(expression )

The text function forces the expression to be treated as text, even if a numeric interpretation is possible.

jduenyas
Specialist
Specialist
Author

I knew that... 🙂

Thanks