<?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: Is there a way to hide fields of a table in a hosted feature view? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281374#M13972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always turn off visibility of any fields by using the layer updateDefinition API.&lt;/P&gt;&lt;P&gt;You can pass one or more fields in the API below.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://localhost:81/testEddie/ArcGIS/rest/services/LoadTestSoil/FeatureServer/0" title="http://localhost:81/testEddie/ArcGIS/rest/services/LoadTestSoil/FeatureServer/0"&gt;http://serverUrl/&amp;lt;myOrg&amp;gt;/ArcGIS/rest/admin/services/&amp;lt;serviceName&amp;gt;/FeatureServer/&amp;lt;layerId&lt;/A&gt;&amp;gt;/updateDefinition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to pass the following:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fields" : [&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"name" : "myFieldName",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "visible" : false&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2019 22:05:40 GMT</pubDate>
    <dc:creator>KhaledHassen</dc:creator>
    <dc:date>2019-03-11T22:05:40Z</dc:date>
    <item>
      <title>Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281372#M13970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a hosted feature layer that I am creating a view off of with the intent of making the view publicly available but hiding certain system fields. The hosted feature layer consists of 3 layers and 4 tables. After creating the view, I am able to go into Visualization in order to set the view definition for the 3 layers, to include hiding certain fields. However, the tables do not appear in the drop-down list of layers that I can make these adjustments to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way that I can hide specific fields within those 4 tables in the view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some creator username fields that I wish to hide for the publicly available view but I'm not able to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281372#M13970</guid>
      <dc:creator>JosephDrahos</dc:creator>
      <dc:date>2019-03-11T20:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281373#M13971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you open the table in Map Viewer, are you able to see the set view definition option on the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281373#M13971</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2019-03-11T21:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281374#M13972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always turn off visibility of any fields by using the layer updateDefinition API.&lt;/P&gt;&lt;P&gt;You can pass one or more fields in the API below.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://localhost:81/testEddie/ArcGIS/rest/services/LoadTestSoil/FeatureServer/0" title="http://localhost:81/testEddie/ArcGIS/rest/services/LoadTestSoil/FeatureServer/0"&gt;http://serverUrl/&amp;lt;myOrg&amp;gt;/ArcGIS/rest/admin/services/&amp;lt;serviceName&amp;gt;/FeatureServer/&amp;lt;layerId&lt;/A&gt;&amp;gt;/updateDefinition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to pass the following:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fields" : [&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"name" : "myFieldName",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "visible" : false&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281374#M13972</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-03-11T22:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281375#M13973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kelly! That did the trick. I was under the impression that the visualization section was the only place I can set the view definition. I think part of it might have been my own impatience though as I recall checking via the map viewer. At least in my attempts, it takes a second or two for the&amp;nbsp;'Set View Definition' option to appear. I think I was too click happy and briefly saw it wasn't there before moving on to check something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 12:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281375#M13973</guid>
      <dc:creator>JosephDrahos</dc:creator>
      <dc:date>2019-03-12T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281376#M13974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Khaled, this is a good recommendation and&amp;nbsp;is an option I plan to keep in my back pocket for future use.&amp;nbsp;I wish I could mark your answer 'correct' as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 12:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281376#M13974</guid>
      <dc:creator>JosephDrahos</dc:creator>
      <dc:date>2019-03-12T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281377#M13975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly, I opened a table in Map View but do not see the Set View Definition like I do for hosted feature classes. Is this no longer an option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2020 19:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/281377#M13975</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2020-09-08T19:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to hide fields of a table in a hosted feature view?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/1023927#M38344</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1021"&gt;@KellyGerrow&lt;/a&gt; -- I was able to set the View Definition on my table, but the setting is not inherited once I use that table in a "Join Feature" hosted join. I also don't see any option for setting the view definition on the hosted join layer to mimic that of the table it is joining from. Do you have any suggestions?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 16:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-there-a-way-to-hide-fields-of-a-table-in-a/m-p/1023927#M38344</guid>
      <dc:creator>BrittanyBurson</dc:creator>
      <dc:date>2021-02-05T16:31:28Z</dc:date>
    </item>
  </channel>
</rss>

