<?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 FeatureLayer Filter Using Bitwise Operations in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-filter-using-bitwise-operations/m-p/1334304#M82373</link>
    <description>&lt;P&gt;I can't find any information on this so I'm assuming it is not possible, but just in case someone has had to deal with a similar scenario. I load features on the FeatureLayer client side. An attribute of the features is "flags". Flags is an INT64 with each bit is a feature indicator (0 = off, 1 = on). I need to filter features in the layer based on specific bits being on. Normally, you can query in SQL using bitwise operators (e.g. WHERE (flags &amp;amp; bitLoc1on) = bitLoca1on would return all features where flags field has bit 1 on). Using bitwise operators in layer filter raises an error. Is there a way to filter features in a feature layer using some type of bitwise operator?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2023 20:53:29 GMT</pubDate>
    <dc:creator>RobertBossio</dc:creator>
    <dc:date>2023-10-02T20:53:29Z</dc:date>
    <item>
      <title>FeatureLayer Filter Using Bitwise Operations</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-filter-using-bitwise-operations/m-p/1334304#M82373</link>
      <description>&lt;P&gt;I can't find any information on this so I'm assuming it is not possible, but just in case someone has had to deal with a similar scenario. I load features on the FeatureLayer client side. An attribute of the features is "flags". Flags is an INT64 with each bit is a feature indicator (0 = off, 1 = on). I need to filter features in the layer based on specific bits being on. Normally, you can query in SQL using bitwise operators (e.g. WHERE (flags &amp;amp; bitLoc1on) = bitLoca1on would return all features where flags field has bit 1 on). Using bitwise operators in layer filter raises an error. Is there a way to filter features in a feature layer using some type of bitwise operator?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 20:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-filter-using-bitwise-operations/m-p/1334304#M82373</guid>
      <dc:creator>RobertBossio</dc:creator>
      <dc:date>2023-10-02T20:53:29Z</dc:date>
    </item>
  </channel>
</rss>

