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: 
Anonymous
Not applicable

Conversion from Char to String

Hello All 

 

Am having a trouble in converting Char/Character to String 

 

I used this below

 

String.valueOf(row1.col1)

 

But its not worked out

 

Thanks In Advance 

Manish

 

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Syntax looks correct.
What's happening?
Do you have any error message ?
Are you sure row1.col1 is not null?
You may also try thé following :
"" + row1.col1

View solution in original post

6 Replies
TRF
Champion II
Champion II

Syntax looks correct.
What's happening?
Do you have any error message ?
Are you sure row1.col1 is not null?
You may also try thé following :
"" + row1.col1
Anonymous
Not applicable
Author

@TRF I don't have any nulls but am facing issues in it

TRF
Champion II
Champion II

What kind of issue ?
Do I have to guess?
Anonymous
Not applicable
Author

That issue was because of nulls, so, i was able to fix that issue

TRF
Champion II
Champion II

As I said in a previous answer, so thanks to mark your case as solved
Anonymous
Not applicable
Author

@TRF Thanks, this null handling is necessary for most of the string handling cases in tMap