Forum Discussion
lucasiragusa
7 years agoFrequent Visitor
Connecting two columns in one table with one reference table without duplication
Dear community, I am trying to create a relationship between two columns in a table (call it "Flight information") that has flight schedule information and a table that contains details on origin...
- 7 years ago
Hi lucasiragusa
in this case I would duplicate the Airport Information table and connect one to the FROM and on to the TO
should not be a problem for a dimension table
LivioLanzo
7 years agoSolution Sage
lucasiragusa
7 years agoFrequent Visitor
Hi LivioLanzo,
The attached is a simplified example. I want to use the IATA code of the airport to retrieve info like name of the airport, latitude and longitude etc.
airport code to access
- LivioLanzo7 years agoSolution Sage
Hi lucasiragusa
in this case I would duplicate the Airport Information table and connect one to the FROM and on to the TO
should not be a problem for a dimension table