hi there,
i have 3 collections that are connected via pointer values, all is working well, but now when i show the results i can't get it to show the distinct value off the related collections.
Example ;
i register where it takes places in collection A
i register a question list in collection B
i register the answers and pointers to collection A and B in collection C.
now i want to list the answers from collection C with the related information from collection A and B in a list (or collapsible block or grid).
I want some of the information from collection A in a header/block/toprow and some of the information from B and C in the content / rows.
What should my approach be ?
screenshot of the mapping i did now ;