Hi there,
I'm trying to get information from a table to a feature based on a related field.
The relationship is defined by a GUID field.
So basically I have a polygon layer called "Parcel" with a field for GlobalID. Then there is a table ("Permit") with additional information to this parcel. This "Permit" table has a field with ParcelID (= GlobalID from Parcel). There might be more than one matching permits to a parcel.
Is there a way I can configure the popup of the parcel in such a way that I can get some of the related fields from the permit table?
Just a note: There is no relationship configured (no relationship class has been setup)