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: 
youss123
Contributor III
Contributor III

Join two tables

Hi all,

I have a calculated expression which concatenates 5 values from a column and make them as a single number. 

I have a tabt that I pulled from excel which, for each combination of 5 numbers gives a value between 0 and 1.

can I join the two tables in such a way that I have the correct value between 0 and 1 of each 5 number combination of my calculated expression?

 

Calculated Expression:

Concat({ <[filter1] ={'v1'},[filter2]={'v2'},[KEY]={'v_1','v_2','v_3','v_4','v_5'} >}[resp_value] , '')

youss123_0-1642431997440.png

 

 

Any help will be appreciated

best regards

 

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

The best approach is to create the calculated field in the script and name it the same as "Col1".

-Rob

danialclose
Contributor
Contributor


@rwunderlich wrote:

The best approach is to create the calculated field in the script and name it the same as "Col1".

-Rob friday night funkin


Will do. Thank you!!