<?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: Geoprocessing service for web application in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047841#M25458</link>
    <description>&lt;P&gt;Perhaps a tricky one with varying class break I guess.&amp;nbsp; Maybe just try publishing as it stands then moving iteratively with the next steps.&lt;/P&gt;&lt;P&gt;Is this in Pro? and to your own server/portal etc?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Apr 2021 20:59:41 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2021-04-15T20:59:41Z</dc:date>
    <item>
      <title>Geoprocessing service for web application</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047497#M25451</link>
      <description>&lt;P&gt;Hi! I've never created a geoprocessing service before and have just started looking at what is involved. Before I get too far, I wanted to check with some more knowledgeable folks about whether what I'm wanting to do is possible and see if there are any recommendations on where to get started.&lt;/P&gt;&lt;P&gt;I'm creating a web application using a combination of Experience Builder and Web App Builder for Developers (embedded in Experience Builder). The geoprocessing service would be available in the WAB application. I want to create a custom tool using the geoprocessing service that does the following: (1) allows the user to subset particular columns from a feature layer, (2) creates a new field in that layer, (3) populates that new field with the sum of values in the selected columns, (4) displays/symbolizes the results of the new column on the map.&lt;/P&gt;&lt;P&gt;So, my feature layer looks something like this with the following attribute table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KayceeFaunce_0-1618487323537.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10978i0B41F7901CCE9D73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KayceeFaunce_0-1618487323537.png" alt="KayceeFaunce_0-1618487323537.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;OID&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;A&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;B&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;5&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;8&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;7&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm imagining that the user opens the tool and has a list with checkboxes where they can select A, B, and/or C. If they select A and C, the tool subsets those columns and creates a new column with the sum of those values across, like so:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;OID&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;A&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;C&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;SUMCOL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;5&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;5&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;6&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;9&lt;/TD&gt;&lt;TD width="25%" height="24px"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the layer on the map would display the SUMCOL results like so:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KayceeFaunce_0-1618487810945.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10980iA83030091D7289DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KayceeFaunce_0-1618487810945.png" alt="KayceeFaunce_0-1618487810945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My questions are - is this possible for a geoprocessing service? And any suggestions on where to get started/tips/tricks? Thanks in advance! I've watched a couple of geoprocessing service videos so far this morning but don't yet fully understand the potential or limitations.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 11:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047497#M25451</guid>
      <dc:creator>KayceeFaunce</dc:creator>
      <dc:date>2021-04-15T11:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service for web application</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047516#M25452</link>
      <description>&lt;P&gt;I would say so.&amp;nbsp; I'd recommend just creating the script or model (parameters are key) first then worrying about how to share it as a GP service (very simple in any case).&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 13:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047516#M25452</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-15T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service for web application</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047593#M25454</link>
      <description>&lt;P&gt;Thanks! I do have a model that does most of what I need (see below). This creates a final feature layer with the new column that represents the sum of the user-inputted columns. However, I don't know how to do the final step, which is to automate adding the layer to the view and symbolizing it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KayceeFaunce_0-1618499822908.png" style="width: 732px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10999i843C06FA1D978FEE/image-dimensions/732x272?v=v2" width="732" height="272" role="button" title="KayceeFaunce_0-1618499822908.png" alt="KayceeFaunce_0-1618499822908.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 15:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047593#M25454</guid>
      <dc:creator>KayceeFaunce</dc:creator>
      <dc:date>2021-04-15T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service for web application</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047841#M25458</link>
      <description>&lt;P&gt;Perhaps a tricky one with varying class break I guess.&amp;nbsp; Maybe just try publishing as it stands then moving iteratively with the next steps.&lt;/P&gt;&lt;P&gt;Is this in Pro? and to your own server/portal etc?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 20:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-service-for-web-application/m-p/1047841#M25458</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-15T20:59:41Z</dc:date>
    </item>
  </channel>
</rss>

