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: 
kvr9
Creator
Creator

Link table with circular loops

Hi ,

Urgent query ,requesting response asap.

facing circular loop issue with my link table and table .

Below is the screenshot. I dont want to break relation between two tables CoverRecipient and Spend coverrecipent ,but want to relate cover recipientcategory code to link table


TEST.PNG.jpg

5 Replies
Sergey_Shuklin
Specialist
Specialist

Hello!

Use Left Join in the script for joining SpendCoverRecipient table to CoverRecipient table on CoverRecipientId field and make sure on checksums. Should help.

Sergey_Shuklin
Specialist
Specialist

And rename SpendId field.

kvr9
Creator
Creator
Author

Hi Shuklin,

I tried to join/Concatenate the tables ,spendid is mandatory field which I cant rename as it is already present in link table.

So now if I join also I need SpndId and coverrecipientcategory code to  link the link table,which again created the sync table.


Could you suggest me how to reslove the issue.


ieuyar
Contributor III
Contributor III

I would use a mapping table to avoid such cases and use ApplyMap function to get desired fields.

Is not it appropriate for your data?

sudeepkm
Specialist III
Specialist III

CoverRecipientID seems more granular than CoverRecipientCatcode. could you try bringing CoverRecipientID to your link table