Hello
I am creating a canvas app and have created a lookup column in my employee details table as company code. This column is related to table companycode mastertable which have columns company name as primary column, company code and country.
When I am in the employee details table and using the company code column it is reflecting values of Primary column which is
company name whereas I want to see the company code values. when working through app it is showing correct values but in table it is not.
Attached is the image where company name and company code is showing same value.