<?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: Special characters in feature effect query in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1608644#M87013</link>
    <description>&lt;P&gt;I think the query.where property or the filter.where should work for you. Can you share a public app that reproduces the issue? I don't have&amp;nbsp;&lt;SPAN&gt;special characters in a field name to test with.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#where" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#where&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 18:39:07 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2025-04-23T18:39:07Z</dc:date>
    <item>
      <title>Special characters in feature effect query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1608557#M87009</link>
      <description>&lt;P&gt;Good Day&lt;BR /&gt;&lt;BR /&gt;Is it possible to run a feature effect query using special characters in the field name?&amp;nbsp; Could I run:&lt;BR /&gt;&lt;BR /&gt;const query = {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; where "good(%) = '100'"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I know using arcade, you can do "When($feature['good(%)'] = '100')", but when I try that with non-arcade queries it doesn't work. Is there a way to pull this off?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 16:05:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1608557#M87009</guid>
      <dc:creator>AndrewMurdoch1</dc:creator>
      <dc:date>2025-04-23T16:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Special characters in feature effect query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1608644#M87013</link>
      <description>&lt;P&gt;I think the query.where property or the filter.where should work for you. Can you share a public app that reproduces the issue? I don't have&amp;nbsp;&lt;SPAN&gt;special characters in a field name to test with.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#where" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#where&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 18:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1608644#M87013</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-04-23T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Special characters in feature effect query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609095#M87031</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Field names containing special characters are not supported in any layer when using the JavaScript API.&lt;BR /&gt;Could you let us know which type of layer you're working with?&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/what-characters-should-not-be-used-in-arcgis-for-field--000005588" target="_self"&gt;This documentation&lt;/A&gt; outlines the characters that are not permitted in field names. You need to normalize your field names to get your layer working propertly.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 23:25:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609095#M87031</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2025-04-24T23:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Special characters in feature effect query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609227#M87036</link>
      <description>&lt;P&gt;We're using Stream Layers, and I know you're not meant to use them, but people don't listen and keep trying to use bad naming conventions, so I was looking for a workaround, which I don't think exists.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609227#M87036</guid>
      <dc:creator>AndrewMurdoch1</dc:creator>
      <dc:date>2025-04-25T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Special characters in feature effect query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609240#M87038</link>
      <description>&lt;P&gt;There isn't a workaround for this. It seems like you might be creating a client-side StreamLayer. You can review the field names and remove any special characters when setting up the layer. We'll be updating the documentation to include the requirements for field names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609240#M87038</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2025-04-25T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Special characters in feature effect query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609242#M87039</link>
      <description>&lt;P&gt;Thank you, that would be helpful, I know this is a stupid question, so thanks for entertaining it.&amp;nbsp; I'm using a server Stream, so I can't modify the fields, which is what caused the problem, the people sending the data don't believe it's an issue.&amp;nbsp; Hence why i posted this thread.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/special-characters-in-feature-effect-query/m-p/1609242#M87039</guid>
      <dc:creator>AndrewMurdoch1</dc:creator>
      <dc:date>2025-04-25T14:33:41Z</dc:date>
    </item>
  </channel>
</rss>

