I have four objects
1) Candidate
2) Training
3) Enrollment
3) work experience
Work experience is the child object of candidate.
Enrollment is the child object of Candidate and Training.
Now I have created skuid list page with work experience object as model.
Enrollment and work experience are not direct link with each other.
It is linked with each other indirectly with candidate.
Now I need to display field of enrollment into work experience list.
Is there any way to do this?