<?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: Feature layer filed name contains a dot in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522524#M11865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And in outFields of the featureLayer, I just put SHAPE.LEN? I tryed 'SHAPE.LEN', [SHAPE.LEN] and ["SHAPE.LEN"] in outfields without success.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 15:12:25 GMT</pubDate>
    <dc:creator>ab1</dc:creator>
    <dc:date>2013-01-25T15:12:25Z</dc:date>
    <item>
      <title>Feature layer filed name contains a dot</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522520#M11861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature layer having a field named SHAPE.LEN. I'd like to use that field in my flex API. When I call that field in this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
data.SHAPE.LEN
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed putting the field name between brackets but it doesn't work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any solution to avoid this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 11:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522520#M11861</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2013-01-25T11:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Feature layer filed name contains a dot</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522521#M11862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/40779-Flex-Get-Graphic-SHAPE.len-Attribute?p=138508&amp;amp;viewfull=1#post138508"&gt;post&lt;/A&gt;&lt;SPAN&gt; showing how to use brackets with the SDE field names&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 12:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522521#M11862</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-01-25T12:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Feature layer filed name contains a dot</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522522#M11863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tryed &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
data.["SHAPE.LEN"]
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but it didn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I'll have to create a new field for my featureLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:46:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522522#M11863</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2021-12-11T22:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature layer filed name contains a dot</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522523#M11864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;try data["SHAPE.LEN"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yann&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 14:37:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522523#M11864</guid>
      <dc:creator>YannCabon</dc:creator>
      <dc:date>2013-01-25T14:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Feature layer filed name contains a dot</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522524#M11865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And in outFields of the featureLayer, I just put SHAPE.LEN? I tryed 'SHAPE.LEN', [SHAPE.LEN] and ["SHAPE.LEN"] in outfields without success.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 15:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-filed-name-contains-a-dot/m-p/522524#M11865</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2013-01-25T15:12:25Z</dc:date>
    </item>
  </channel>
</rss>

