I have entity A, B and C. There are connection between A-B (1:1 relationship), B-C (1:1 relationship). I want to create a view in A that pulls field from C, without creating and copy the field from C to B, I would also like to build a calculated field on A that uses field from C as parameter, what is the best approach to do this without adding and populating new fields?