---
We have a source feature class with multiple Subtypes that map to the Sewer Network like this:
| Source feature class | Subtype | Description | Target feature class | Asset group |
| NetworkStructure | 6 | Gate | SewerDevice | 27 |
| NetworkStructure | 1 | Discharge | SewerDevice | 22 |
| NetworkStructure | 7 | Weir | SewerDevice | 26 |
I can use a query in the DataReference.xlsx to select the Subtypes I want:
| SourceDefinitionQuery |
| subtype in (6,1,7) |
My question is ... How do I specify the correct Asset group?
Do I need a separate row for each target Asset group in the "SourceTargetMapping" sheet in DataReference.xlsx?
Or can I create an expression that maps the Source Subtype to the Target AssetGroup in the "MappingWorkbook"?
I can get the domain table lookups to work, but I haven't figured out how to do Subtype lookups.
Thanks, Rich