Forum Discussion

P_D_G's avatar
P_D_G
Resolver III
5 years ago
Solved

Improve data model - multiple relationship between tables

Hi all,   I'd like to recreate my data model in a more efficient way.   I have a Table1 with transaction data, this data is also geocoded an contains only unique rows. However, I also have Table2...
  • CNENFRNL's avatar
    5 years ago

    P_D_G , a simple but tricky solution to your issue is to append a "self-referenced" table to Closest_Locations table in PQ,

    In the meantime, retrieve lat/long info from Main_Table by simply merging them in PQ; then when you choose one location from Main_Table, the chosen location, along with all related locations show on the map simultaneously.