Select to view content in your preferred language

Joins based on multiple fields

19344
22
12-23-2010 02:07 AM
Status: Open
Labels (1)
CharalambosMattheou4
Occasional Contributor

To join tables using  multiple fields to create a unique sequence where an entity say a parcel can be  unique  identified according to more than one criteria as shown below. This could minimize data redundancy in tables and editing time  

0EM30000000CmbA

22 Comments
Bud
by

As a last resort, you could create a COMPOSITE_ID field. Populate via an attribute rule by concatenating the apartment number and building name together into a single text field. Do that in both tables. Create a single-field join using Add Join on the COMPOSITE_ID fields.

Phillip_Cobb

For the date field could you convert into a numerical field such as 20240308 for both and see if that will work…