Select to view content in your preferred language

Category Selector... help!

47
1
yesterday
Labels (1)
KarenHall
Emerging Contributor

I'm trying to filter this layer so that when I select a project name, only the parcels specific to that project name are visible.

I've made it to the category action tab, but I'm lost on what a source field and target field are for.

I've attached a picture if that helps to clarify what I'm referring to.

0 Kudos
1 Reply
Neal_t_k
Frequent Contributor

Those are your matching fields, the fields you are basing your relationship on.  So for example you have two tables: ProjectName and Parcels  

ProjectName:

Name,  ParcelNumber

Pr1,  001

Pr1, 002

Pr2, 003

Pr2, 004

Parcel:

ParNum

001

002

003

004

 

So, the source field you would put "ParcelNumber" and in target you would put "ParNum"

0 Kudos