Hello Guys,
Have a slight Dilemma,
I have Table A & Table B
Im trying to Referance Company Name and Employee Name from Table A to Company Name and Employee Name in Table B.
Problem is Cant figure out how to set the Column it is referencing. I can only get them to reference the same Column,
How would I go about getting this implemented?
Solved! Go to Solution.
Fixed.
Select(Contractor Policies[Visitor Name], [_THISROW].[Company Name] = [Company Name])
Changed to This
Select(Contractor Policies[ID], [_THISROW].[Company
Name] = [Company Name])
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |