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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mboss1649680202
Contributor II
Contributor II

need help in merge hour and time into string

Hi,

I have to tmap and merge two integer columns to column in oracle which is string.

row.HourColumn +": " +row.TimeColumn

Pls advice how to convert from int to string.

Labels (3)
1 Solution

Accepted Solutions
gjeremy1617088143

Hi to convert an int to String you could use this :

String.valueOf(row.HourColumn)

View solution in original post

1 Reply
gjeremy1617088143

Hi to convert an int to String you could use this :

String.valueOf(row.HourColumn)