How to perform following data retrieval

0
How to retrieve data at a time from the database and over an association. I just confused how to perform following highlighted operation.  
asked
3 answers
2

Don’t use the option association if you want database data. association will also include transactional data, which is a totally different story!

Use:

  1. datasource: Database
  2. Entity path: Team/Player_Team/Team ← on to of the selectable entities, not the team on the bottom of the list!
answered
0

What is your exact question. On the page, it looks like you have two entities Team and Player and they have an association Player_Team. You seem to be correctly retrieving the data on the page, so what’s the issue?

answered
0

You need to choose datasource as “Association” and then in the entity path click on Player_Team and it will show Player beneath that. Select the entity Player from there.

answered