Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
simonagheo
Contributor III
Contributor III

Text key starting with 0

Hello,

I have a table with two fields: Code and Description. In this table I have the following information:

Code/Description

01/Descr1

001/Descr2

0 01/Descr3

When I select the 0 01 code, qlik returns Descr1, Descr2 and Descr3 as a description.

How can I differentiate between these codes?

PS:1. Code is also used as a key between two tables.

2. I tried text(code) and '.'@code and it doesn't work.

Thank you!

10 Replies
simonagheo
Contributor III
Contributor III
Author

I tried this solution, but it makes weird links between Tabs A and B. I think Qlik links these tables by RowNo(), not by code.