<?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: What can I do to build a model for a Related database table? in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840140#M1254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do this with ModelBuilder, to get a custom list you need to do parameter validation.&lt;/P&gt;&lt;P&gt;One approach to this would be write a small Python script that imports the toolbox and calls the model after doing parameter validation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2019 02:14:37 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2019-07-22T02:14:37Z</dc:date>
    <item>
      <title>What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840132#M1246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I am using model builder to solve spatial questions of a related database table but confuse as tools required to run in order to get my output for a question like : "What is the total sum of a single tree specie at a specific location in a particular year". I will build a back-end like GUI through the model through which the user can interact with to select the specie, location, and the year which will give output of the numbers. I hope you get what I am trying to say. Thanks. I need the tools to run the model of that type. this is the related table. Selection of one feature shows the related data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 06:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840132#M1246</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-06-12T06:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840133#M1247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have deleted your previous posts. There is no benefit to re-posting a question that has not been answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840133#M1247</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-06-12T14:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840134#M1248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relates are not directly supported, they are an interactive thing when viewing data tables and used to&amp;nbsp;migrate selections across tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may get a response if you provide a more clear example of what you are trying to do with example data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840134#M1248</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-06-12T14:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840135#M1249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you quick response&lt;/P&gt;&lt;P&gt;I have shapefile which contains about 82 locations which is a polygon shapefile (Table 1).&lt;/P&gt;&lt;P&gt;I have another database table of over 50years data which contains over 70,000 data of bird species distribution, types of bird species, category, year/month etc (Table 2: that contains additional information that is not in table 1.). All in the geodatabase table.&lt;/P&gt;&lt;P&gt;Table 1 which is the attribute of the shapefile table was related with table 2.&lt;/P&gt;&lt;P&gt;So now, at this stage what I am supposed to do is the use a model builder to build a tool to answer the spatial questions like:&lt;/P&gt;&lt;P&gt;At a Single location what is the total sum of birds in a particular year, in a particular month.&lt;/P&gt;&lt;P&gt;Because the birds are also grouped into categories: so questions like total sum of one category, yearly and monthly sum at a particular location or all locations.&lt;/P&gt;&lt;P&gt;Total sum of one specie at all location, yearly sum of one specie at all locations.&lt;/P&gt;&lt;P&gt;The tool will form a GUI for users to select from a drop down list of each parameters location of interest, specie of interest, category of interest. To be published as a web geoprocessing service that will enable users to carry out simple geoprocessing or spatial analysis query.&lt;/P&gt;&lt;P&gt;Below is the usual selection by attribute by clicking of a location the shapefile database table which shows the related data in the species database table.&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/450226_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/450242_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 07:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840135#M1249</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-06-13T07:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840136#M1250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case that is still not clear enough. Please let me know the specifics, so i can give more explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 15:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840136#M1250</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-06-13T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840137#M1251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Curtis,..I want to question my related database table by building a model in the arcgispro modelbuilder.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 08:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840137#M1251</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-07-03T08:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840138#M1252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably make progress with this using the Add Join tool in the other direction. Relates are not supported in Model Builder.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://community.esri.com/message/860506"&gt;Select Related Data in Model Builder&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2019 19:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840138#M1252</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-07-05T19:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840139#M1253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: small;"&gt;Thanks for your response. I have been able to solve the problem to an extent by removing the relate and using the 'make query table' tool to solve the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: small;"&gt;I will like to now trigger use input so as to input their any value out of the available values of the field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2019 22:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840139#M1253</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-07-21T22:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840140#M1254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do this with ModelBuilder, to get a custom list you need to do parameter validation.&lt;/P&gt;&lt;P&gt;One approach to this would be write a small Python script that imports the toolbox and calls the model after doing parameter validation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 02:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840140#M1254</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-07-22T02:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: What can I do to build a model for a Related database table?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840141#M1255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Thanks for all the help so far. I joined my tables to a single table since related db is not working well in model-builder..However I want to progress by asking which tools are best to combine in a model builder to answer my questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;At a Single location what is the total sum of birds in a particular year, in a particular month.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Because the birds are also grouped into categories: so questions like total sum of one category, yearly and monthly sum at a particular location or all locations.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Total sum of one specie at all location, yearly sum of one specie at all locations.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I just want to build a model to answer this questions from my database. After which I will extend and add more functionalities using python.&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks for your quick response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 07:22:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/what-can-i-do-to-build-a-model-for-a-related/m-p/840141#M1255</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-08-21T07:22:54Z</dc:date>
    </item>
  </channel>
</rss>

