Forum Discussion
prabhupan
9 years agoHelper I
Indirect relationship between table
Hello,
I have 3 tables as given below. Table 3 is the user info table.
I now need to get the Manager name based on the Manager Id in table2. However, i cannot create a relationship between table2 & table3 due to the existence of the relationship between table1 & table3.
I cannot use the RELATED command in table2 since it returns the requestor name due to the existence of indirect relatioship.
Any thought on how to solve this issue? :smileyhappy:
7 Replies
- Phil_SeamarkMicrosoft Employee
- prabhupanHelper I
hello Phil_Seamark,
i tried LOOKUPVALUE as follows:
- LOOKUPVALUE(TABLE3[Name],TABLE3[Id],TABLE2[ManagerId]). But it retruns blank mostly. :smileysad:
- Phil_SeamarkMicrosoft Employee
Is that because there is no match?