Basically, I have one table called Sale with CashierID and ManagerID. Both fields relate back to EmployeeID in the employee table. I would like for their full names to pop up instead of their employee IDs, but I'm having trouble making this happen in Qlikview. I can get one name to show using (FIRSTNAME||' '||LASTNAME) AS CashierName, but I can't seem to get both to pull the correct name.