Skip to main content

I’m struggling to get the sales person Id to the the page. All I get is numbers and not an actual name.

Can someone help me figure out what I did wrong?

 

 

Hi @garcimig09! You’ll want to join to the SalesPerson table (SalesPersonID = SalesPersonID), then you can display SalesPerson_SalesPersonCD and SalesPerson_SalesPersonCD_description.

It will look like this

 


This wasn’t clear what two tables to join.


@nicoles44 I believe he was needing to join CustSalesPeople to SalesPerson using the links mentioned in the last comment. Did you already try this?


Thank you @BenjaminCrisman - that helped - it didn’t seem clear to me which to link. That worked for me. Thanks again!
 
 

Reply