I'm having a model where there is a object connected to a relationship type object to a other object.
I want to print in my report for every object the name of the relationship type object (this is easily done) but then i also want to print the other connected object of that relationship type object.
Example of my model:
|Object A| --- <HAS> --- |Object B|
Is this possible with prochandbook?
Thanks!