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.
Thank you dpoggemann.
: )
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.
stampcoin
17
mmbr1606
15
Super User 2025 Season 1
ankit_singhal
11
Super User 2025 Season 1