<?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: Joining an external table to a hosted feature layer before publishing in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648003#M32275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lance. I will be working on this hopefully this week but will stay in touch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 21:56:27 GMT</pubDate>
    <dc:creator>SiranErysian2</dc:creator>
    <dc:date>2019-06-25T21:56:27Z</dc:date>
    <item>
      <title>Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647991#M32263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several hosted feature layers that I publish as a service. I want to join an external table to each of these feature layers which has a field with a url I want users to be able to view. I joined the table to each of the layers but after I published and viewed the layers in AGOL, the table was not attached. Does AGOL support joins? Is there another way to attach this table to each of the hosted feature layers to be visible in the Collector app that we are using these layers for? I converted the Excel table to a geodatabase table before the join process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 19:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647991#M32263</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-21T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647992#M32264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/285181"&gt;Siran&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is by design, in memory joins and relates are not supported to be published.&amp;nbsp; Please see &lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/author-feature-services.htm"&gt;Author maps to publish feature services&lt;/A&gt;.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;Joined data&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you publish a map service with feature access capability to a &lt;SPAN&gt;GIS Server&lt;/SPAN&gt; site, joined columns are included in the map service but are not included in the feature service. The feature service includes only the columns from the join table (the table or feature class on which you defined the join). If symbology for the layer is based on a joined column, the map service includes the renderer you used to symbolize features, but the feature service reverts to a simple renderer. If the renderer in the layer is based on a column from the left most feature class in the join, the map server and feature server include the renderer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You cannot publish joined data to an ArcGIS Enterprise portal or ArcGIS Online. Remove joins before publishing a feature service (hosted feature layer) to either of these applications.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That being said, you can publish your features and table(s) with out the joins then create a hosted feature layer view&amp;nbsp;in AGOL.&amp;nbsp; Please see &lt;A href="https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm"&gt;Join Features&lt;/A&gt;&amp;nbsp;analysis tool fro AGOL.&amp;nbsp; Make sure you check the "Create results as hosted feature layer view" at the bottom of the tool before running the analysis.&amp;nbsp; Unfortunately, this is a view and not directly editable&amp;nbsp;although you can edit the underlying table and feature services.&amp;nbsp;&amp;nbsp;However,&amp;nbsp;once have used the Join Features Tool on your data you cannot update the data by republishing from ArcGIS Desktop or Pro when using this method.&amp;nbsp; Please see &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm"&gt;Create hosted feature layer views &lt;/A&gt;for additional information and limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully, Collector will support Arcade Expressions in a near future release.&amp;nbsp; This can be done using a lookup&amp;nbsp;with Arcade in about 3 lines of code to build an expression for AGOL&amp;nbsp;Pop-ups, but it does not function in Collector at this time.&amp;nbsp;Another option would be to append your needed URL to your feature data as an attribute before publishing if you need to regularly update your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2019 00:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647992#M32264</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-22T00:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647993#M32265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/285181"&gt;Siran&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An afterthought... give this approach a try since you are trying to display a&amp;nbsp;linked table data&amp;nbsp;in collector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Remove the joins in your map on the ArcGIS platform you are publishing from&lt;/P&gt;&lt;P&gt;2) Add a Relationship Class to the database between the feature class and table you need to link the data.&amp;nbsp;&amp;nbsp;Note that a relationship class is not the same as creating a&amp;nbsp;in memory join or relates.&amp;nbsp; If needed, please see &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/relationships/creating-a-simple-relationship-class.htm"&gt;Creating a Simple Relationship Class&lt;/A&gt;&amp;nbsp;for additional information.&amp;nbsp; You will need a relationship class for each feature class to be linked to the table.&amp;nbsp; Although, all of the feature classes can point to the same table, if needed.&lt;/P&gt;&lt;P&gt;3) Publish the feature classes and table to AGOL as feature Service.&amp;nbsp; The relationship classes will transfer when you publish the data.&lt;/P&gt;&lt;P&gt;4) Create a AGOL Map with the data published and save.&amp;nbsp; Please insure at least one feature is editable so it will show in the available maps to Collector.&lt;/P&gt;&lt;P&gt;5) Open the Map in Collector.&lt;/P&gt;&lt;P&gt;6) Select a feature that has a relationship class to the underlying table.&amp;nbsp; A link will be available to the table row in the attribute information for the feature selected as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;IMG __jive_id="451218" alt="Collector with linked table" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451218_IMG_1216.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) Select that link and the information from the linked row will be displayed. You can even edit the data by selecting Edit, if enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;IMG __jive_id="451219" alt="Collector - linked table data" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451219_IMG_1217.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpful.&amp;nbsp; let me know if you have any questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2019 23:34:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647993#M32265</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-22T23:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647994#M32266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lance,&lt;/P&gt;&lt;P&gt;This worked! However, now I want to strip all my data fields to null and I can’t seem to do that in the now joined table in SQL or Arcade. I am trying to use the Calculate function and not familiar with Arcade trying in SQL:   = ‘ ‘ or field = NULL but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I must strip data before joining to table. Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 17:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647994#M32266</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-24T17:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647995#M32267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lance,&lt;/P&gt;&lt;P&gt;Looks like I need to copy the related table to each of the geodatabases. There is no way to create a relationship class with a table if its in another geodatabase. Is this correct to the best of your knowledge? DWR Hyperlink_wells_all is the external table I copies to this gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 18:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647995#M32267</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-24T18:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647996#M32268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/285181"&gt;Siran,&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you created a&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;hosted feature layer view&lt;/SPAN&gt; in AGOL using the Join Features Tool, you &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;cannot&lt;/STRONG&gt;&lt;/SPAN&gt; edit this hosted feature directly nor can you re-publish the data from ArcGIS Desktop or Pro without first removing the layer view.&amp;nbsp; However, I believe you can still edit the underlying feature data and table that was published to AGOL.&amp;nbsp; I am note able to confirm this at the moment, but will double check this evening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you trying to run the calculate function you referenced and on what data.&amp;nbsp; In Arcade use "Return Null" in SQL it is simply "NULL", both &lt;SPAN style="text-decoration: underline;"&gt;without&lt;/SPAN&gt; the quotes.&amp;nbsp; There is a known issue using Arcade to set strings to Null.&amp;nbsp; I do not believe that has been resolved to date. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647996#M32268</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-24T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647997#M32269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/285181"&gt;Siran,&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, to create a relationship class the table and feature need to be in the same database or within the same user-schema for a ArcSDE geodatabase.&amp;nbsp; Please see&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/relationships/modeling-limitations-of-relationship-classes.htm"&gt;Modeling limitations of relationship classes&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647997#M32269</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-24T19:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647998#M32270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lance,&lt;/P&gt;&lt;P&gt;I published a service with 2 feature layers that have the relationship classes. I included the table in each geodatabase. When I open my map in AGOL one of the 2 hosted feature layers has the link to the table, (show related records) the other one doesn’t. Why would that be?  I was hoping I could have 1 table in the map and many layers each with a relationship class to that same table. I have 21 layers I need to put in a map.  The table appears in the published map and 2 hosted feature layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please get back to me when you can about this. I need to have this available this week at the latest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 20:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647998#M32270</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-24T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647999#M32271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, I have a published mockup I had made the other day with two feature classes and one table for which it is working on AGOL.&amp;nbsp; However, these were all contained in a single database.&amp;nbsp; I will look into this further once I get home this evening as I do not have access to the files I used to publish the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for clarification.&amp;nbsp; You want/need to access this linked data for use in ArcGIS for Collector not just AGOL, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 21:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/647999#M32271</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-24T21:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648000#M32272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. The field techs are going to look at each hosted feature layer in AGOL now since we are off season, and make some decisions on removing some of the well points based on the attributes and the historic data that the link in the table will provide to them. I want them to be able to edit the feature layers to note which ones to drop. The join I did within AGOL worked but will not allow for editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all  you help! I’ll be back in the office tomorrow afternoon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 21:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648000#M32272</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-24T21:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648001#M32273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/285181"&gt;Siran&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confirmed that creating a relationship class for each feature class to a single table does work when created from one database.&amp;nbsp; Please insure 1) you created a relationship class for each feature class&amp;nbsp;to the single table 2) you may need to create a single GDB with all the needed features contained in one for this to work.&amp;nbsp; It may not work with multiple copies of the table in multiple databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the relationship classes, not the hosted feature layer view, the features and table are editable once enabled in the feature service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Database and layers" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451335_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Feature 1" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451337_Capture.PNG" /&gt;&amp;nbsp; &lt;IMG alt="Feature2" class="image-3 jive-image" height="209" src="https://community.esri.com/legacyfs/online/451338_Capture.PNG" width="321" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 23:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648001#M32273</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-24T23:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648002#M32274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/285181"&gt;Siran Erysian&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is third option available if you can just use AGOL and do not have to use Collector. Feature data would be editable but the table data would not. Let me know if you are interested as it will take some explaining.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 23:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648002#M32274</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-24T23:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648003#M32275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lance. I will be working on this hopefully this week but will stay in touch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 21:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648003#M32275</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-25T21:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Joining an external table to a hosted feature layer before publishing</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648004#M32276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lance,&lt;/P&gt;&lt;P&gt;Just and FYI I am now only using AGOL but can’t get the table to appear for one of the 2 feature layers. I would eventually like to have everything work in Collector so I’m going to keep trying your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siran D. Erysian, M.A., GISP,&lt;/P&gt;&lt;P&gt;Research Data Analyst II&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;Think Spatially&lt;/SUB&gt;&lt;/P&gt;&lt;P&gt;Department of Water Resources&lt;/P&gt;&lt;P&gt;3374 E. Shields Ave, Rm. A-1, Fresno, CA 93726 (559) 230-3312&lt;/P&gt;&lt;P&gt;Siran.Erysian@water.ca.gov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 22:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/joining-an-external-table-to-a-hosted-feature/m-p/648004#M32276</guid>
      <dc:creator>SiranErysian2</dc:creator>
      <dc:date>2019-06-25T22:37:51Z</dc:date>
    </item>
  </channel>
</rss>

