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

Convert string to integer or float

Hi,
Do you Know an instruction to transform a string to an integer or a float in Tmap?
Thanks

Labels (2)
23 Replies
TRF
Champion II
Champion II

Reverse the logic suggested by @manodwhb
row1.Value != null ? row1.Value.doubleValue() : null
manodwhb
Champion II
Champion II

correct @TRF,,thank you!!

nar
Contributor
Contributor

@TRF

 

worked, Thanks.

Anonymous
Not applicable
Author

Hi,
Do you Know an instruction to transform a string to an integer in tJavaRow?
Thanks