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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vijay_K_N
Contributor
Contributor

Tmap (Can't convert from int to boolean)

I have source file column name is account number(string)

i want to check the string length if it is 11 then populate to target otherwise i want to add 0's prefix to that account number ???help me

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Thanks to mark your case as solved.

View solution in original post

4 Replies
TRF
Champion II
Champion II

StringHandling.RIGHT("0000000000"+row1.accountNumber, 11)
Vijay_K_N
Contributor
Contributor
Author

Ya understood
Vijay_K_N
Contributor
Contributor
Author

Ya got it ... thanks
TRF
Champion II
Champion II

Thanks to mark your case as solved.