Hi,
I am trying to add new column to a data collection and here is my code which is not giving expected results. Can you please look into my code and let me know where the issue is?
ClearCollect(colMedWithPT,
AddColumns(colMedLLts,PTCode,LookUp('website.hierarchy',llt_code=Value(meddra_userllt_code)).pt_code));
meddra_userllt_code is text column of data collection "colMedLLts"
llt_code and pt_code are columns of website.hierarchy table which has more than 8000 records.
Any help would be greatly appreciated.

Report
All responses (
Answers (