How to show the result in one page

0
Dear Communities   I have to entities, one is KPI setting - Personal_Objectives, the other is KPI results - Personal_KeyResults, one KPI(Objective) can have many KeyResults. How can I get the data in one page, when I click the row(KPI-Objective) with red underline then on the right of the page I can only get the KPI-Objective corresponding KeyResults(may have many rows)   Please give some tips, thank you. Best regards Li Dong
asked
2 answers
1

Hi. Dong LI

 

1. Please take Personal_Objectives shows the data in grid

2. take data view and select data source Listen to Widget , show in below example image

 

image.png

3.  add one more Data grid inside of data view add data Personal_Objectives under association source Personal_KeyResults shown below sample pages imagination  User = Personal_Objectives and Role = Personal_KeyResults

 

image.png

 

I hope it will help you,

 

Thank you !

 

answered
0

Hello Li,

 

You can add a dataview on the right that listens to your datagrid1 or your list view. Then in your data view you can put another datagrid that has a source the keyresults over association over your dataview.

 

It should look a bit like this:

 

for dataview chose this source:

 

image.png

 

for datagrid in data view 

 

image.png

Your page should look a bit like  this:

 

image.png

 

Hope this helps

 

Good luck

answered