Hello,
Is it possible to self-join tables in RDM to populate some information? I would like to try something like shown in the screenshot. Attribute 4 and 5 values are selected from RDM UI. So, dropdown should only show values from the same table where att2 = CAT2 for Att4 and att2 = CAT3Β for Att4
| Table1 | Β | Β | Β | Β | Β |
| Β | Β | Β | Selection from RDM UI | Β | |
| Att1 | Att2Β | Att3 | Att4 (where att2 = CAT2) | Att5 (where att2 = CAT3) | Β |
| ID1 | CAT1 | val1 | ID3 | ID5 | Β |
| ID2 | CAT1 | val2 | ID4 | ID6 | Β |
| ID3 | CAT2 | val3 | Β | Β | Β |
| ID4 | CAT2 | val4 | Β | Β | Β |
| ID5 | CAT3 | val5 | Β | Β | Β |
| ID6 | CAT3 | val6 | Β | Β | Β |
| Β | Β | Β | Β | Β | Β |
Β
I somehow tried to create self join in relationship like below. I was able toi upload configuration successfully on RDM with these relationships.Β

Β
However, when edit the record on RDM the lookup is blank. it does not show any value although table is populated.

Β
Β (this can also be understood as employee infoΒ vsΒ manager info relationship. Both info are available in the employeeΒ table)
Thanks in advance.
Ojaswini



