Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ramanarayan
Creator
Creator

Help with Table Joins

HI Experts,

 

If you look at my data modelling in the attached file, i need a way to map REgion field in SUB_Region table and REgion 1 field in COS table without disturbing other joins and not encounter circular reference problem.

 

Is there a smart way of doing that?

Thanks for the advice.

Labels (1)
1 Reply
marcus_sommer

I don't believe that you could easily bypass the missing/wrong linking of both tables else that you need to rethink your datamodel and maybe merge both tables together and/or to integrate them (partly) into your main-table.

- Marcus