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 betw...
Phil_Seamark
9 years agoMicrosoft Employee
- prabhupan9 years agoHelper I
hello Phil_Seamark,
i tried LOOKUPVALUE as follows:
- LOOKUPVALUE(TABLE3[Name],TABLE3[Id],TABLE2[ManagerId]). But it retruns blank mostly. :smileysad:
- Phil_Seamark9 years agoMicrosoft Employee
Is that because there is no match?
- prabhupan9 years agoHelper I
hello Phil_Seamark,
Doesnt seems so. Please see the image below... in some cases you get the name (first column) & for some its blank. (the manager id is in second column)