Table A
Table B
Dear experts,
I have two tables A, B connected by bridge relationship through the bridge table with unique ID.
Table A contains column ID: unique ID values, and column Type: repeated values and column Date: repeated values.
Table B contains column ID: repeated values.
I want to LOOKUPVALUE of Type and Date from A to B but I only made it with Type, and when it comes to Date, it warns:
A table of multiple values was supplied where a single value was expected
I am confused and would very much be appreciated if anyone gives me some insights, or other solution.
Many thanks!