Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Check the attached application.
Regards
SRidhar