How to get Attribute values of many Entity on another New Entity

0
My one Entity is Intro (Name,Age) 2nd Entity  Boy (Gender ,code ) 3rd Entity Girl ( Gender , code)  And I want a gatagrid on a page with Four column Entity Name Report(Name , Age , Gender , Code)
asked
1 answers
0

Hi Akhilesh Yadav,

 

This can be done easily by adding associations between the entities.

 

just follow the below steps:

 

1. Add association between Intro and other entity whatever it may be.

2. Then, In Datagrid add a column by left click and connect that column to the attribute of Gender by using association and do the same for Code also.

 

That's it Akhilesh.

 

Hope it helps.

answered