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: 
varshakale76
Contributor
Contributor

tReplaceList not working as expected

Hi team,

one column of excel file need to be replaced with other lookup data.

I tried by using tReplaceList component but its not giving me the expected result. some values are not replaced and also getting trimmed. some of the values are getting replaced correctly.

I could find from community that tReplaceList has bug.

Please suggest how I can replace the column values with lookup values.

Job design

0695b00000F602EAAR.png

Labels (2)
1 Solution

Accepted Solutions
gjeremy1617088143

Hi do it in a tMap , with a main row and a lookup row, make an inner join with the key values in common, then just select the value of the lookup in the tMap output column.

Send me Love and Kudos

View solution in original post

2 Replies
gjeremy1617088143

Hi do it in a tMap , with a main row and a lookup row, make an inner join with the key values in common, then just select the value of the lookup in the tMap output column.

Send me Love and Kudos

varshakale76
Contributor
Contributor
Author

Thank you @guenneguez jeremy​ .

It worked.