<?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: Predefined subtypes/codedvalues and existing data in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87274#M5068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Schlomm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 20:07:51 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-10-28T20:07:51Z</dc:date>
    <item>
      <title>Predefined subtypes/codedvalues and existing data</title>
      <link>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87273#M5067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Schlomm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a SDE feature class containing ~2500 point features. The SDE feature class is also used for a Feature Service, so users are able to add new points to the feature class via an WebGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also set up subtypes and Attribute Domains for the SDE feature class, so users have a list of predefined values, which they can use for entering new information. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So...if the user enters new features, it's possible to use the predefined values for new feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem: The existing values, which rely on the same attributes and attribute values, showing no content anymore. All values are empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the question is: How to set up an SDE feature class with predefined values, which can be used for new features without resetting existing data? To give you an example: &lt;/SPAN&gt;&lt;A href="http://imgur.com/JzclX4p"&gt;http://imgur.com/JzclX4p&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; As you can see, the village attribute is cleared, although it had a value. Now I have to redefine the value from the coded value domain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anything unclear, just drop a line!....Thread is subscribed &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And if there is something wrong in my setup, please give me a hint!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dominik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87273#M5067</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-25T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Predefined subtypes/codedvalues and existing data</title>
      <link>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87274#M5068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Schlomm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 20:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87274#M5068</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-28T20:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Predefined subtypes/codedvalues and existing data</title>
      <link>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87275#M5069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem may actually be that, although you think the attributes of the original data and the new domain values are the same, the domain values most likely use numeric values or short text codes internally, and only show you the longer, human readable, label or description as a more user friendly substitute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This means you need to convert your original data to the appropriate numeric or short text code values as you defined them yourself during domain creation (under "Coded Values" / "Code" and "Description" in the dialog), to have them show up with the correct description in the tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you had an original field named "City" with already entered values "New York" and "Chicago", and you created a domain like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Code", "Description"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, New York&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2, Chicago&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and you subsequently associated this domain with the field "City", than the original text values "New York" and "Chicago" wouldn't display, since the allowed values for the field are 1 and 2, not "New York" and "Chicago", from the moment you associate this domain with this field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you changed the original values to 1 and 2 respectively, the attribute table &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;would&lt;/SPAN&gt;&lt;SPAN&gt; show the domain descriptions "New York" and "Chicago".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 20:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87275#M5069</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-28T20:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Predefined subtypes/codedvalues and existing data</title>
      <link>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87276#M5070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: MLF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is something I have run into: there are two ways in which a single field may have a domain applied--the domain may be applied directly, or the domain may be applied by the subtype.&amp;nbsp; If you inadvertently apply a domain via subtype &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; directly, and they are not the same domain, you will see the attribute blank out.&amp;nbsp; No null, no value--just blank.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did this accidentally when I forgot I had a subtype applied, and changed the domain only at the field level.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/predefined-subtypes-codedvalues-and-existing-data/m-p/87276#M5070</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-19T15:40:29Z</dc:date>
    </item>
  </channel>
</rss>

