Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.