Forum Discussion
Getting ID Number instead of Data when pulling a Lookup Column
Hi PBGIT ,
Are you getting the user information from what table in sharepoint? You need to pick up the UserInfo table from sharepoint that has the full details of the users and then connected it to your list.
Thanks for the response.
I do have the employee names on a seperate list (the one I use the lookup column for) and I have connected that as well to my dashboard. My issue now is connecting those lookup IDs to the names on the list, which I'm having trouble figuring out.
- MFelix6 years agoSuper User
Are you using a related table or a lookupvalue column?
- PBGIT6 years agoNew Member
Lookup value column.
I am using that column to create a relationship between two different tables.
- MFelix6 years agoSuper User
Hi PBGIT ,
If you have a relationship between both table you should not need to create any lookup table.
I assume you have both tables connected by the ID so you just need to pull the name column from the oneside to the visualizations you need.
Can you share a mockup file to check?