<?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 Using Value from Iterate Feature Selection to Calculate Field in ArcMap 10.1 ModelBui in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/using-value-from-iterate-feature-selection-to/m-p/729872#M24079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two polygon feature classes, an alignment layer and a parcels layer. I am trying to use ModelBuilder to create a tool that will do the follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. iterate through groups in a single field of a polygon alignment layer (ie select and iterate through certain attributes in a field with same names such as "tunnel", "portal", etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Clip a parcel layer by each group&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Populate a new field in the parcel layer called "EsmtType" with the name of each group (group is called "Value" in model)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Merge the clipped groups into one feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have gotten steps 1 and 2 to function but I am stuck on step 3. I am not sure how I need to configure the "Calculate Field" tool in order to recognize the "Value" variant of the "Iterate Feature Selection" tool. I tried using the advice from this post Using a value from "iterate feature selection' to calculate a field but I couldn't figure out how to implement it for my situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the model I have thus far: &lt;/SPAN&gt;&lt;A href="http://imgur.com/ji2nAJJ"&gt;http://imgur.com/ji2nAJJ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also like advice on how to implement step 4, I am not sure if it would require integrating a model within a model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 20:01:21 GMT</pubDate>
    <dc:creator>KelseyKaszas1</dc:creator>
    <dc:date>2013-06-26T20:01:21Z</dc:date>
    <item>
      <title>Using Value from Iterate Feature Selection to Calculate Field in ArcMap 10.1 ModelBui</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-value-from-iterate-feature-selection-to/m-p/729872#M24079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two polygon feature classes, an alignment layer and a parcels layer. I am trying to use ModelBuilder to create a tool that will do the follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. iterate through groups in a single field of a polygon alignment layer (ie select and iterate through certain attributes in a field with same names such as "tunnel", "portal", etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Clip a parcel layer by each group&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Populate a new field in the parcel layer called "EsmtType" with the name of each group (group is called "Value" in model)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Merge the clipped groups into one feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have gotten steps 1 and 2 to function but I am stuck on step 3. I am not sure how I need to configure the "Calculate Field" tool in order to recognize the "Value" variant of the "Iterate Feature Selection" tool. I tried using the advice from this post Using a value from "iterate feature selection' to calculate a field but I couldn't figure out how to implement it for my situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the model I have thus far: &lt;/SPAN&gt;&lt;A href="http://imgur.com/ji2nAJJ"&gt;http://imgur.com/ji2nAJJ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also like advice on how to implement step 4, I am not sure if it would require integrating a model within a model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 20:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-value-from-iterate-feature-selection-to/m-p/729872#M24079</guid>
      <dc:creator>KelseyKaszas1</dc:creator>
      <dc:date>2013-06-26T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Value from Iterate Feature Selection to Calculate Field in ArcMap 10.1 Mode</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-value-from-iterate-feature-selection-to/m-p/729873#M24080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kelsey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to reference Value in the field calculator expression using &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w0000001t000000"&gt;percentage signs&lt;/A&gt;&lt;SPAN&gt; so the Expression would be '%Value%' if you are calculating into a text field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To merge the clipped outputs you will need to use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//004000000005000000"&gt;Collect Values tool&lt;/A&gt;&lt;SPAN&gt; to collect the outputs of clip, make that output a parameter and drag that into a different model, the output of Collect Values would then be an input to the&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000055000000"&gt; Merge Tool.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 13:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-value-from-iterate-feature-selection-to/m-p/729873#M24080</guid>
      <dc:creator>MelanieSummers</dc:creator>
      <dc:date>2013-06-27T13:13:19Z</dc:date>
    </item>
  </channel>
</rss>

