<?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 Run two rules to create entry using Attribute Assistant in Local Government Solutions Users Questions</title>
    <link>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873310#M489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a rookie question... I am using Attribute Assistant in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to populate the value for Police Beat in the street centerline layer. However, I need to add "Beat " to the value. For example, my PoliceBeats feature class has value "4-50" in the field Beat in the intersecting polygon for where I am adding a street. So I can put "4-50" into the appropriate field of the street centerline layer. But what I need is "Beat 4-50".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that I need to combine the INTERSECTING_FEATURE layer and EXPRESSION in order to place "Beat 4-50" instead of "4-50" into the field. How do I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 01:15:20 GMT</pubDate>
    <dc:creator>KatjaKrivoruchko2</dc:creator>
    <dc:date>2018-09-13T01:15:20Z</dc:date>
    <item>
      <title>Run two rules to create entry using Attribute Assistant</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873310#M489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a rookie question... I am using Attribute Assistant in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to populate the value for Police Beat in the street centerline layer. However, I need to add "Beat " to the value. For example, my PoliceBeats feature class has value "4-50" in the field Beat in the intersecting polygon for where I am adding a street. So I can put "4-50" into the appropriate field of the street centerline layer. But what I need is "Beat 4-50".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that I need to combine the INTERSECTING_FEATURE layer and EXPRESSION in order to place "Beat 4-50" instead of "4-50" into the field. How do I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 01:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873310#M489</guid>
      <dc:creator>KatjaKrivoruchko2</dc:creator>
      <dc:date>2018-09-13T01:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run two rules to create entry using Attribute Assistant</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873311#M490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar question and I thought I might as well ask it here to see if we can get some momentum going.&amp;nbsp; I have a utility feature class and a parcel feature class.&amp;nbsp; What I'd like to be able to do is create an expression that essentially is "if a feature in the utility feature class intersects any feature in the parcel feature class then assign the value of "Private" to the Owner field for the utility feature."&amp;nbsp; This, it seems to me would require using both the intersecting feature and the expression methods.&amp;nbsp; The basic question is: can you use any other method in the Expression method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a possible work around that I don't like.&amp;nbsp; Use the Intersecting Feature method to calculate a value into the Owner field in the Utility feature.&amp;nbsp; Then run the Expression method so that if the Owner value is not Null then recalculate the value to "Private."&amp;nbsp; I'd have to set weights so these methods run in the right order.&amp;nbsp; It also seems to me that I could easily end up recalculating Owner values that are valid (such as "City") to "Private."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 13:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873311#M490</guid>
      <dc:creator>SeanDoig</dc:creator>
      <dc:date>2018-09-28T13:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run two rules to create entry using Attribute Assistant</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873312#M491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two years late but here's my solution:&lt;/P&gt;&lt;P&gt;-Have one entry with INTERSECTING_FEATURE with a Run Weight of 1 or 2 (or just higher than the one below)&lt;/P&gt;&lt;P&gt;-Second entry with EXPRESSION with a Run Weight of 0 (or lower # than above, which makes it run after) that references the same field that was populated in the INTERSECTING_FEATURE.&amp;nbsp; The expression would be:&lt;/P&gt;&lt;P&gt;"BEAT " &amp;amp; [YourCenterlineBeatfield]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2020 19:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/run-two-rules-to-create-entry-using-attribute/m-p/873312#M491</guid>
      <dc:creator>NathanPinti1</dc:creator>
      <dc:date>2020-02-28T19:13:02Z</dc:date>
    </item>
  </channel>
</rss>

