Hi, I'm sorry, I can't understand this.
I have a 1:M relationship class.
when a relationship class is created I have an origin table with a Join ID and a destination table with multiple Join ID's that matches the Origin table.
When a relationship is created, I would think that Table A should have a field in Table B that matches.
GUID: As far I understand, this is a unique identifier, meaning I would not expect that my "many" table could have identical GUID attributes in the same table.
Also it's not that easy to find the relationship between two tables.
There must be something stupid I can't figure out here 😄 but I can't make sense of it.
I have a number going through all my different datasets, and therefore I'm able to create a perfect relationship class, but since this is only a 10-character field, it will never be able to get calculated into the GUID, and therefore no repeats from a feature service
Thanks.