<?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: Hiding joined fields in map service in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47189#M1670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggested workaround to use a query layer is successful in hiding unwanted fields. However, it does produce a different field naming convention, so will need to watch out for downstream dependencies with consuming applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further testing also revealed that the problem is isolated with a feature class to feature class join, as a join to a standalone table is successful in hiding fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 18:43:09 GMT</pubDate>
    <dc:creator>SandraLuken</dc:creator>
    <dc:date>2014-12-15T18:43:09Z</dc:date>
    <item>
      <title>Hiding joined fields in map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47187#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to create a map service based on a single feature class, that is joined to another feature class and another table. Yes I know, perhaps not the best approach, but it works for us based on how our data is structured. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In previous versions of ArcGIS Server (i.e., 10.0 SP5) we are able to accomplish both of these joins AND hide all unwanted fields, in both the parent and joined tables. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now attempts to recreate this service with ArcGIS Server 10.2.2 are unsuccessful when it comes to hiding fields. As soon as one join is applied, all fields are now visible. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a setting we've missed? Is this a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 16:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47187#M1668</guid>
      <dc:creator>SandraLuken</dc:creator>
      <dc:date>2014-12-14T16:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding joined fields in map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47188#M1669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A possible workaround you could try is to create a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000000n000000"&gt;query layer with ArcMap&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 04:30:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47188#M1669</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2014-12-15T04:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding joined fields in map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47189#M1670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggested workaround to use a query layer is successful in hiding unwanted fields. However, it does produce a different field naming convention, so will need to watch out for downstream dependencies with consuming applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further testing also revealed that the problem is isolated with a feature class to feature class join, as a join to a standalone table is successful in hiding fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 18:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47189#M1670</guid>
      <dc:creator>SandraLuken</dc:creator>
      <dc:date>2014-12-15T18:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding joined fields in map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47190#M1671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, good to know. In your SQL query you should be able to re-name fields using standard SQL syntax "SELECT fieldname1 as thisnewfieldname1,...FROM...WHERE...etc"&amp;nbsp; Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 18:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47190#M1671</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2014-12-15T18:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding joined fields in map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47191#M1672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was submitted to my local distributor and the issue can be replicated. It is now on it's way to Esri Inc to confirm as a bug. Will post a link to the NIM If/when this is confirmed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 15:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47191#M1672</guid>
      <dc:creator>SandraLuken</dc:creator>
      <dc:date>2014-12-23T15:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding joined fields in map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47192#M1673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue has been captured by Esri Inc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A href="http://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4NDUxNw=="&gt;BUG-000084517&lt;/A&gt; : Map service is showing the fields which are turned off in the MXD when a feature class is joined with another feature class and the data is in Oracle SDE 10.1 geodatabase.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4NDUxNw==" title="http://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4NDUxNw=="&gt;http://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4NDUxNw==&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 18:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hiding-joined-fields-in-map-service/m-p/47192#M1673</guid>
      <dc:creator>SandraLuken</dc:creator>
      <dc:date>2015-03-04T18:32:02Z</dc:date>
    </item>
  </channel>
</rss>

