<?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: How to combine fields from attribute table? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211434#M44229</link>
    <description>&lt;P&gt;nvm&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2022 13:21:08 GMT</pubDate>
    <dc:creator>EiLaza</dc:creator>
    <dc:date>2022-09-11T13:21:08Z</dc:date>
    <item>
      <title>How to combine fields from attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1207736#M44206</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently working on a ArcGIS task, however I'm struggling with an analysis that I want to do. It concerns the following;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to perform an analysis on the thickness of specific sandlayers. I have two files for this; one is a point file with specific boreholes and the other one is a table. I have already combined the two, but I need to figure out in what boreholes the sand thickness is at least 3,5m. However, I only know the height of the bottom and the top of the layer of sand. This means that I need to find a way to somehow select those boreholes in which height between the top layer and bottom layers is &amp;gt;3,5m. I was thinking that I have to some processing by substracting the height of the bottom from the height of the top to see the thickness of the boreholes. However, I can't seem to find the right solution to do this and find out what points are suitable or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can give me any tips or advise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 15:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1207736#M44206</guid>
      <dc:creator>NoayavRee</dc:creator>
      <dc:date>2022-08-30T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine fields from attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1208068#M44208</link>
      <description>&lt;UL&gt;&lt;LI&gt;start the "Select Layer By Attribute" tool&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1661935506985.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49927i23FB0A5C7367747E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1661935506985.png" alt="JohannesLindner_0-1661935506985.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;set the input rows to your layer, selection type to "new selection"&lt;/LI&gt;&lt;LI&gt;create a new SQL expression&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_1-1661935589572.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49928iF36B1F3536EAC06A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_1-1661935589572.png" alt="JohannesLindner_1-1661935589572.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;BOTTOMSAND - TOPSAND &amp;gt;= 3.5&lt;/LI&gt;&lt;LI&gt;Apply&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 31 Aug 2022 08:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1208068#M44208</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-08-31T08:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine fields from attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211434#M44229</link>
      <description>&lt;P&gt;nvm&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 13:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211434#M44229</guid>
      <dc:creator>EiLaza</dc:creator>
      <dc:date>2022-09-11T13:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine fields from attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211435#M44230</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm not sure what SQL statement should be given. I tried something, but it seems to be wrong. I don't know whether that is cause I have an older version of the program.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 13:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211435#M44230</guid>
      <dc:creator>NoayavRee</dc:creator>
      <dc:date>2022-09-11T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine fields from attribute table?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211494#M44231</link>
      <description>&lt;P&gt;Try it without the quotes. Just&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;layerdikte.BOTTOMSAND - layerdikte.TOPSAND &amp;gt;= 3.5&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 12 Sep 2022 07:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-combine-fields-from-attribute-table/m-p/1211494#M44231</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-09-12T07:18:11Z</dc:date>
    </item>
  </channel>
</rss>

