Hello, Could I ask if I want to see two dataverse table join togeter.
How to do it?
That is my design.
Table A
key | Course_Type |
0001 | A |
0002 | B |
Table B
TableA_key | Course_Name | Course_Type_lookUP |
0001 | Music | |
0001 | Art | |
0001 | P.E. | |
0002 | Cook |
I want to see :
TableA_key | Course_Name | Course_Type |
0001 | Music | A |
0001 | Art | A |
0002 | P.E. | B |
0001 | Cook | A |
Thanks.
Solved! Go to Solution.
Hi @_Judy_ ,
At this point you will have created a 1:N relationship from Course Type (table A) to Course (table B). You can add a tab in your Course Type form to show the list of all the related Courses (using Subgrid) or even add to the same tab as well.
Hi @_Judy_ ,
At this point you will have created a 1:N relationship from Course Type (table A) to Course (table B). You can add a tab in your Course Type form to show the list of all the related Courses (using Subgrid) or even add to the same tab as well.
Thank you dpoggemann.
: )
User | Count |
---|---|
20 | |
14 | |
9 | |
5 | |
5 |
User | Count |
---|---|
33 | |
30 | |
14 | |
13 | |
10 |