<?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: Attribute Inspector not showing Data in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293041#M26894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Javascript is case-sensitive. Based on the layer info, the objectid field should be OBJECTID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE&gt;selectQuery.objectIds = [e.graphic.attributes.&lt;STRONG&gt;objectid&lt;/STRONG&gt;];&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE&gt;selectQuery.objectIds = [e.graphic.attributes.&lt;STRONG&gt;OBJECTID&lt;/STRONG&gt;];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 01:36:32 GMT</pubDate>
    <dc:creator>JasonZou</dc:creator>
    <dc:date>2013-11-06T01:36:32Z</dc:date>
    <item>
      <title>Attribute Inspector not showing Data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293040#M26893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jssamples/widget_attributeInspectorPane.html" rel="nofollow" target="_blank"&gt;sample&lt;/A&gt;&lt;SPAN&gt; and make it work with my data, but it seems that it will not fully recognize my layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the sample I am using, and I have attached my code. I would assume that all I would have to do is change the feature layer and the outfields as well as the fields in the attribute inspector. Nothing shows up, however. When I click on my parcel the ???Click a geology outcrop to view details.??? will vanish, but the attribute inspector will not show up instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 18:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293040#M26893</guid>
      <dc:creator>NumaGremling</dc:creator>
      <dc:date>2013-11-05T18:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector not showing Data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293041#M26894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Javascript is case-sensitive. Based on the layer info, the objectid field should be OBJECTID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE&gt;selectQuery.objectIds = [e.graphic.attributes.&lt;STRONG&gt;objectid&lt;/STRONG&gt;];&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE&gt;selectQuery.objectIds = [e.graphic.attributes.&lt;STRONG&gt;OBJECTID&lt;/STRONG&gt;];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 01:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293041#M26894</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-11-06T01:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector not showing Data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293042#M26895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem solved! Thank you so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 02:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-not-showing-data/m-p/293042#M26895</guid>
      <dc:creator>NumaGremling</dc:creator>
      <dc:date>2013-11-06T02:56:52Z</dc:date>
    </item>
  </channel>
</rss>

