Using Parent entity attributes inside List view in snippet

0
Hi,  I have a list view inside snippet which was fetched based on association parent entity, But inside that List view I can only able to use this list view entity items, but I need to use parent entity’s attributes also inside list view. Is there any possibility to achieve this in snippet ?   Thanks, Balaji S  
asked
2 answers
0

You could create a “calculated” attribute on the child entity that mirrors the parent attribute you need.

Has performance implications but maybe they are acceptable.

answered
0

Yes that is possible, when you set the context entity for your snippet.

By doing so you can show the children of the parent entity

answered