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: 
Not applicable

Crosstable Link

Hi,

Please advise on the correct code to link the following crosstable with another table. I tried join, concatenate and keep but couldn't get the answer that I was looking for. Key field: Fund_ID

Fund_Perf:
CROSSTABLE(Fund_ID, Fund_Perf)
LOAD Date,
[15893],
[2878],
[2882],
[10826],
FROM ...;


Fund_Info:
Load Fund_ID,
Fund_Name
FROM ...;

Thank you

1 Reply
Not applicable
Author

Hi,

Check the attached application.

Regards

SRidhar