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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Visibility rule on MDM entity

Hi All,

I am working on Talend 561 MDM with Big Data. Is there a way to write Visible rule on Foreign key Info attribute?
I can set visible rule on Foreign Key attribute but not Info attribute. 

Is that functionality possible on Talend MDM ? Could anyone please reply on this?

Thanks,
Shilpa
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

[size=1][font=Verdana, Helvetica, Arial, sans-serif]Foreign key Infos are used to display in a friendly way a FK value (ie instead of displaying the raw id value such '[1]" it uses related FK record attributes to display human readable information corresponding to the FK). Thus such infos are computed from the FK record attributes values. So either the FK attribute value is visible and thus FK infos too, or FK attribute isn't and the infos aren't too.[/font][/size]

View solution in original post

2 Replies
Anonymous
Not applicable
Author

[size=1][font=Verdana, Helvetica, Arial, sans-serif]Foreign key Infos are used to display in a friendly way a FK value (ie instead of displaying the raw id value such '[1]" it uses related FK record attributes to display human readable information corresponding to the FK). Thus such infos are computed from the FK record attributes values. So either the FK attribute value is visible and thus FK infos too, or FK attribute isn't and the infos aren't too.[/font][/size]
Anonymous
Not applicable
Author

Thanks pbabin.