<?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: Sub-layers are not available to the Attribute Table widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349459#M9929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure, but I'll wager a guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the Attribute Table widget does not support MapServices and only FeatureService, I would guess that perhaps you have an actual FeatureServer service for the Easements and not for the other layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good info in this thread that might help:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/73842-New-Attribute-Table-Widget?p=271360#post271360" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/73842-New-Attribute-Table-Widget?p=271360#post271360&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2013 00:31:04 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2013-03-12T00:31:04Z</dc:date>
    <item>
      <title>Sub-layers are not available to the Attribute Table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349458#M9928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a dynamic Map Service that contains these sub-layers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Surface Estate Land Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (sublayer id="0")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Subsurface Estate Land Status&amp;nbsp;&amp;nbsp; (sublayer id="1")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Easements&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (sublayer id="2")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the code for them in my main config.xml file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&amp;lt;operationallayers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="dynamic"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label="Land Status"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alpha="0.5"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imageformat="png8"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ifw7rosde/arcgis/rest/services/Land_Status_Mapper/Land_Status/MapServer" rel="nofollow" target="_blank"&gt;http://ifw7rosde/arcgis/rest/services/Land_Status_Mapper/Land_Status/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="0" popupconfig="popups/PopUp_24.xml"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="1" popupconfig="popups/PopUp_25.xml"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="2" popupconfig="popups/PopUp_26.xml"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/layer&amp;gt;[/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All three sub-layers are visible in my map and I haven't experienced any problems with them, until now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the Layout tab of the Flex Application Builder, I turned on the Attribute Table widget and clicked the button to edit it. Here's the dialog box that pops up:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22523[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that it shows only one of the three sub-layers that are in my dynamic map service. It shows only the Easements sub-layer (sublayer iid="2").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to have the other two layers (Surface [id="0"] and Subsurface [id="1"]) in the attribute table as well, but since they are not shown in the dialog box I cannot add them to the attribute table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have an idea why all three of my sub-layers are not shown in the dialog box?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 21:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349458#M9928</guid>
      <dc:creator>ScottMcGee</dc:creator>
      <dc:date>2013-03-11T21:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sub-layers are not available to the Attribute Table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349459#M9929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure, but I'll wager a guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the Attribute Table widget does not support MapServices and only FeatureService, I would guess that perhaps you have an actual FeatureServer service for the Easements and not for the other layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good info in this thread that might help:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/73842-New-Attribute-Table-Widget?p=271360#post271360" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/73842-New-Attribute-Table-Widget?p=271360#post271360&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 00:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349459#M9929</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-03-12T00:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sub-layers are not available to the Attribute Table widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349460#M9930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you guessed correctly. It turns out that the two sub-layers that were not available for me to use in the attribute table were symbolized by a combination of two fields in my MXD. The Attribute Table widget requires that the Feature Access capability be enabled in the map service that contains the sub-layers you want to see in the attribute table. But the Feature Access capability is not available for features that have been symbolized using multiple fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if I want to use the Attribute Table widget, the only thing I can do is reorganize how I publish my layers and how those layers are symbolized. The end result is that I'll have to go from one map service with three sublayers, to three services and nine sublayers. All because the multiple-field renderer is not supported by the Feature Access capability. That's too bad.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 03:07:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/sub-layers-are-not-available-to-the-attribute/m-p/349460#M9930</guid>
      <dc:creator>ScottMcGee</dc:creator>
      <dc:date>2013-03-12T03:07:20Z</dc:date>
    </item>
  </channel>
</rss>

