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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can we lookup row value with Column attributes names

Hi All,

 

we are receiving data from the different source systems, one table having KPI data another one having KPI data along with attributes name as column data. please advise how can I lookup rows data with column attributes name in the 2nd table.my target is HDFS

 

I have uploaded sample data format of my input and output, please have a look and assist how to archive this requirement ??

 

Regards,

Avinash

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks for your suggestion, I able manage to process the data using tUnpviotRow.

 

Regards,

Avinash

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Assuming your input columns are not gonna change dynamically, Something like this can be done,

 

Since there is no joining column in your input files, there is no join in the tmap expression.

0683p000009Lrzq.png

However we can use a ternary operator in the expression to get the desired result,

0683p000009Lrzv.png

Hope this helps.

Anonymous
Not applicable
Author

Thanks for your suggestion, I able manage to process the data using tUnpviotRow.

 

Regards,

Avinash