Forum Discussion
ArcGIS maps not communicating
it seems fine but if you post the screen shot of the relationship i am very sure i will find the likely cultprit.
Sure
also lat and long are coming from
- vanessafvg4 years ago
Community Champion
what measures are you using on each map? what sort of information are you trying to show. bi directional relationships can be dangerous and can return ambigious results. You are joining on location, not on customer so this relationship between the tables will not guarantee consistent results. Ideally a star schema model is always best, which is your categorical data in look up tables and the transactional data holds foreign keys from each look up table.
if you explain what you trying to show on each map and what table it is coming from, then it will give me an idea of how to model this data.
if you able to share the data in text format that would be more ideal.