<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: create drop down in fields in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471787#M26901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that your data is stored as a featureclass in a File Geodatabase, since shapefiles do not support domains. &amp;nbsp;If you want to implement the drop down list while editing then indeed domains are the way to go (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/an-overview-of-attribute-domains.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/an-overview-of-attribute-domains.htm"&gt;A quick tour of attribute domains—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;). In case you have a field indicating inside or outside your county and you want the village field to present the corresponding list, then subtypes &amp;nbsp;(&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/subtypes/an-overview-of-subtypes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/subtypes/an-overview-of-subtypes.htm"&gt;A quick tour of subtypes—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;) would be the way to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to offer this type of editing to a set of user, but only searching for a way to assign a county / village to each parcel, then there are other ways to populate these values using analysis like&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm"&gt;Intersect—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are willing to share the data, I can have a look what is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 14:40:29 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-08-10T14:40:29Z</dc:date>
    <item>
      <title>create drop down in fields</title>
      <link>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471786#M26900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating an easement shape file.&amp;nbsp; I downloaded it from NCED, so it has specific fields already populated.&amp;nbsp; Some I will keep and some I will delete. The reason for this is because I administer the CAUV program for the county.&amp;nbsp; So I need to reset land values so they comply with lands that enter into a Conservation Easement.&amp;nbsp; My ultimate goal is to make the shape information searchable in the recorders site so if anyone needs to find easement information they can just look into the fields and pull up the recorded information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was going to add the county, township/village that each parcel is located in.&amp;nbsp; My thought was I would have a drop down for each field with the 25 township/villages and our county it is located in with the easements outside or abutting our county listed also.&amp;nbsp; So the surrounding county's would have a drop down also with 6 of them listed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running into errors occurring.&amp;nbsp; I attempted this via creating a domain name for the field, setting properties (text and coded values) and entering the coded values manually one at a time.&amp;nbsp; Then I received a message that my values were not compatible with the domain.&amp;nbsp; I am stuck.&amp;nbsp; Getting ready to start over.&amp;nbsp; But this is frustrating, I feel like I don't know the steps to take.&amp;nbsp; Not using GIS often anymore I don't remember them either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;Bud&lt;/P&gt;&lt;P&gt;empty attribute tables‌&lt;/P&gt;&lt;P&gt;drop down list‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471786#M26900</guid>
      <dc:creator>BernardMcDermott</dc:creator>
      <dc:date>2017-08-10T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: create drop down in fields</title>
      <link>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471787#M26901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that your data is stored as a featureclass in a File Geodatabase, since shapefiles do not support domains. &amp;nbsp;If you want to implement the drop down list while editing then indeed domains are the way to go (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/an-overview-of-attribute-domains.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/an-overview-of-attribute-domains.htm"&gt;A quick tour of attribute domains—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;). In case you have a field indicating inside or outside your county and you want the village field to present the corresponding list, then subtypes &amp;nbsp;(&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/subtypes/an-overview-of-subtypes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/subtypes/an-overview-of-subtypes.htm"&gt;A quick tour of subtypes—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;) would be the way to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to offer this type of editing to a set of user, but only searching for a way to assign a county / village to each parcel, then there are other ways to populate these values using analysis like&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm"&gt;Intersect—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are willing to share the data, I can have a look what is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471787#M26901</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-08-10T14:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: create drop down in fields</title>
      <link>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471788#M26902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bud,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does your data reside in a database? If so, what type? &amp;nbsp;If order for domains to be applied to a field properly, both the field type and the domain type must match (Text | Text, Integer | Integer).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-drop-down-in-fields/m-p/471788#M26902</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2017-08-10T14:40:56Z</dc:date>
    </item>
  </channel>
</rss>

