I have been trying to join two layers or a table to a layer in AGOL. The target layer has attachments. Do the attachments prevent the join from being successful? If so, how do I work around that? Do I disable the attachments, do the join, then enable the attachments?
Any thoughts?
Solved! Go to Solution.
Alfred,
When you enable attachments on a table it simply creates an additional table which has a relationship with the parent table based on the OBJECTID field. So, the relationship is established between the parent table and the child table based on the OBJECTID (parent) and REL_OBJECTID (child).
Now having said that it should not matter if you perform a join with the parent table with any other table. So, to answer you query you will not have to remove / disable the attachments to perform a join.
I hope this helps!
~Shan
Alfred,
When you enable attachments on a table it simply creates an additional table which has a relationship with the parent table based on the OBJECTID field. So, the relationship is established between the parent table and the child table based on the OBJECTID (parent) and REL_OBJECTID (child).
Now having said that it should not matter if you perform a join with the parent table with any other table. So, to answer you query you will not have to remove / disable the attachments to perform a join.
I hope this helps!
~Shan
Shan-
Thanks, that does help. It will save me a lot of time experimenting.
Al
I am glad I was able to assist. If you are satisfied with the response, I'd request you to mark this query as resolved.
~Shan
Shan-
I'd be happy to do so if I could figure out how. I'm new to GeoNet.
Al