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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

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
Champion III
Champion III

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