<?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 Rule Arcade Filter Function Issue in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206019#M9101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also seeing some strange behavior with the IS statement. It is converted to ISS just like i your case. Maybe not the best solution, but you could do this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; servicePoints &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;FeatureSetByName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$datastore&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"gs_service_point"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"axin_audit_complete"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; True&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; servicePointsIntersect &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Intersects&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;servicePoints&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cnt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; sp &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; servicePointsIntersect&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;axin_audit_complete &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"DNE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        cnt &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; cnt&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That seems to be working and no need to query for the Null values (although you could do this using IsEmpty).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/447062_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447057_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:11:43 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2021-12-11T10:11:43Z</dc:date>
    <item>
      <title>Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206017#M9099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the process of creating a attribute rule and are having some issues notably with the Filter function in arcade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute rule is assigned to a polygon feature class (Terminal Serving Areas) so that when a polygon is created or edited it calculates the number of features form another point feature class (Service Points)&amp;nbsp; that intersect the polygon and writes the count to a field on the polygon. I can get this to work easily with the following arcade:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var servicePoints = FeatureSetByName($datastore, "gs_service_point", ["audit_complete"], True);&lt;BR /&gt;var servicePointsIntersect = Intersects(servicePoints, $feature);&lt;BR /&gt;return (Count(servicePointsIntersect))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the Service Points have a filed (audit_complete) and I want to be able to filter the Service Points so that only certain "types" are counted. In my case the filter is where audit_complete &amp;lt;&amp;gt; 'DNE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I change my arcade to include the filter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var servicePoints = FeatureSetByName($datastore, "gs_service_point", ["audit_complete"], True);&lt;BR /&gt;var servicePointsIntersect = Intersects(servicePoints, $feature);&lt;BR /&gt;var servicePointsFilter = Filter(servicePointsIntersect, "audit_complete &amp;lt;&amp;gt; 'DNE'");&lt;BR /&gt;return (Count(servicePointsFilter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cannot get it to work. No matter what I do it always returns zero! I have tried everything I can think of!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea how to get the filter to work? It may be worth noting that the audit_comple filed contains a lot of null values but this should not impact on the query..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 23:18:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206017#M9099</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2019-05-07T23:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206018#M9100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After Further investigation it seems that the null values are the issue. The query&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;"audit_complete &amp;lt;&amp;gt; 'DNE'" does not pick up null values? Dont know why but null is not DNE so those null records should be picked up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So I have tried to update my Filter query as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;var servicePointsFilter = Filter(servicePointsIntersect, "audit_complete &amp;lt;&amp;gt; 'DNE' OR audit_complete IS NULL");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;However this causes a further issue where the arcade parser somehow interprets the "IS" statement as "ISS" ??? See the error message below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG __jive_id="446064" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/446064_arcade.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Not sure why is interprets the "IS" as "ISS"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Callum&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 02:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206018#M9100</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2019-05-08T02:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206019#M9101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also seeing some strange behavior with the IS statement. It is converted to ISS just like i your case. Maybe not the best solution, but you could do this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; servicePoints &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;FeatureSetByName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$datastore&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"gs_service_point"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"axin_audit_complete"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; True&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; servicePointsIntersect &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Intersects&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;servicePoints&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cnt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; sp &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; servicePointsIntersect&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;axin_audit_complete &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"DNE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        cnt &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; cnt&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That seems to be working and no need to query for the Null values (although you could do this using IsEmpty).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/447062_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447057_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:11:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206019#M9101</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206020#M9102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander. I appreciate your help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes your workaround works for me although I agree it is not ideal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess there is a issue with the parser that is changing "IS" to "ISS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 22:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206020#M9102</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2019-05-08T22:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206021#M9103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going to tag&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌&amp;nbsp;to see if he knows about an issue related to using IS in a filter in Arcade in Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 22:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206021#M9103</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-05-08T22:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206022#M9104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't anything I could find regarding IS being interpreted as ISS but I'm curious about the OR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical or in Arcade is ||&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/guide/logic/#if-statements"&gt;https://developers.arcgis.com/arcade/guide/logic/#if-statements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447268_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2019 21:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206022#M9104</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-05-09T21:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206023#M9105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kory, thanks for sharing, but we are not refering to the or in Arcade (javascript) but inside the string which is a SQL expression that the Filter function in Arcade uses. Have you tried that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2019 22:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206023#M9105</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-05-09T22:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206024#M9106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, OK.&amp;nbsp; I just set this up and it validates and seems to return the correct value:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447291_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm in a daily build of Pro 2.4 so have not looked at this in an earlier version.&amp;nbsp; It might be worth working with Tech Support if deep troubleshooting is required!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 12:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206024#M9106</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-05-10T12:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rule Arcade Filter Function Issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206025#M9107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for testing Kory. At least it is good to know that it is working correctly in 2.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 15:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-arcade-filter-function-issue/m-p/206025#M9107</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-05-10T15:06:16Z</dc:date>
    </item>
  </channel>
</rss>

