Forum Discussion
csummers
4 years agoRegular Visitor
Matching values then performing lookup
I have a dashboard that contains employee information (name, e-mail, etc.) that is pulled from our HR system. I have been asked to add the users' sAMAccountName from Active Directory to the dashboard...
Syk
4 years agoResident Rockstar
Sounds like you need to be creating a relationship from your CSV to the HR data. Use the e-mail to relate the 2 tables, should be one to many although it could be one to one depending what your HR data looks like.
csummers
4 years agoRegular Visitor
Thank you; I will give that at try and provide an update!