First of all, Qlik Doesn't allow unique fields. To understand better we can achieve like below?
Table:
Load customer From Table;
Join
Load customer as customer1 Resident Table;
Final:
NoConcatenate
Mapping Load * Resident Table;
Drop Table Table;
Sales:
Load Field, ApplyMap('Final', customer1, 'NA') as customer1 From Sales;
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful