Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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