<?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: Collector: use related layer to symbolise feature in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704750#M12048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm happy I can help a little!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for verifying your query that one is tough no matter&amp;nbsp;what because you're going to need to verify the&amp;nbsp;correct number of records.&amp;nbsp; If you are able to have the data maintainers verify, that is always good because no one will know the data better, maybe they even have an SSRS&amp;nbsp;report or something similar from another system that can give you the correct number&amp;nbsp;of records you should be looking for in your query.&amp;nbsp; You will really need to learn the data well if you want to be sure of your SQL query results (this is true across the board with any data you'll ever interact with and build systems to update).&amp;nbsp; If you have a DBA who is good with SQL you might reach out to them for good resources and help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2018 21:50:23 GMT</pubDate>
    <dc:creator>JerryCorum1</dc:creator>
    <dc:date>2018-05-17T21:50:23Z</dc:date>
    <item>
      <title>Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704717#M12015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the post below it describes using ArcGIS Collector to carry out inspections of assets by creating a relationship to an inspection table. This works really well and is a good way to separate asset edits from maintenance operations, however I cannot work out how to update the symbology to display when an asset has had an inspection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2015/02/18/related-tables-exploring-new-ways-to-use-collector-for-arcgis/" title="http://blogs.esri.com/esri/arcgis/2015/02/18/related-tables-exploring-new-ways-to-use-collector-for-arcgis/"&gt;Related Tables – Exploring New Ways to use Collector for ArcGIS | ArcGIS Blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a large number of assets then you need a method for the field works to keep track of what has been inspected and what is still due, I originally thought of having a 'inspection_status' field that would be set at the start of the season to 'Due' and would have a default setting of 'Not Due' so that every time an inspection took place the field value would automatically change from 'Due' to 'Not Due' without the field worker having to do anything other than fill in their inspection form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was then going use the icons below depending on which value the feature had for 'inspection_status' The only problem is that this field is in the inspection table and not accessible from the feature class to use to set the symbology!!!! Arrrgh &lt;/P&gt;&lt;P&gt;&lt;IMG alt="YellowEmpty.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/125265_YellowEmpty.png" style="height: auto;" /&gt; Due&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Yellow.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/125264_Yellow.png" style="height: auto;" /&gt; Not Due&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know another way to achieve the same result please or could this be considered for a future enhancement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 17:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704717#M12015</guid>
      <dc:creator>ShaunGibbins2</dc:creator>
      <dc:date>2015-09-04T17:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704718#M12016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I have the same question, I was hoping you would get an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the symbology could only be part of the feature and not in the related table because of a one to many relationship.&amp;nbsp; So when a user completes the form part in the related table, they would need to reset the symbology flag in the feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative, it may be possible to access the REST API via a Python script to query the related table to see if a form had been completed within a specified time period. If a form meets the criteria, then the script would make an update to the feature’s symbol indicating “not due”. Likewise, if a related form is found to be out of date, then the feature’s symbol could be changed to “due”.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:24:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704718#M12016</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2015-09-11T16:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704719#M12017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is my crews are used to seeing an icon update the second they update an asset, we have been using a third party iOS app for gully emptying which does exactly that but it is a one trick pony and I have other assets to attend to. There would be some delay if using a script to update an attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I almost got to work was using labels instead of symbology to highlight an asset using a query based on the last edit date so my intention was to set a field as a inspection start date and use &amp;gt; last edit to set the label I even managed to get the label to display the icon I was a after but when you go to add the feature service to the arcGIS online map for collector to use the service drops the bloody labels, they work if adding as a MapServer which is no good for collector but not when added as a FeatureServer. So close lol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I'll have to nag my Esri rep to get some sort of enhancement implemented!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704719#M12017</guid>
      <dc:creator>ShaunGibbins2</dc:creator>
      <dc:date>2015-09-11T16:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704720#M12018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written a Python script to do exactly this, for post-earthquake building safety inspections.&amp;nbsp; Yes, you can't use a field on the feature because of the one to many relationship.&amp;nbsp; I have a layer that is used just for symbology on the map and it not editable in Collector.&amp;nbsp; It runs in a loop.&amp;nbsp; Here are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Queries AGOL service for new ATC-20 building inspection records collected with ArcGIS Collector.&lt;/P&gt;&lt;P&gt;# Adds new inspections to table in local geodatabase.&lt;/P&gt;&lt;P&gt;# Updates inspections with precalculated lat/long values from building footprints.&lt;/P&gt;&lt;P&gt;# Downloads photos attached to inspection records and adds them to geodatabase.&lt;/P&gt;&lt;P&gt;# Updates inspected buildings layer on AGOL feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;-------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.0pt;"&gt;Paul Cone&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Corporate GIS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Bureau of Technology Services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;City of Portland, Oregon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="mailto:paul.cone@portlandoregon.gov"&gt;&lt;SPAN style="color: blue;"&gt;paul.cone@portlandoregon.gov&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 20:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704720#M12018</guid>
      <dc:creator>PaulCone</dc:creator>
      <dc:date>2015-09-15T20:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704721#M12019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into this problem recently - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a view through ArcCatalog that joined my related table to my feature class, but with simplified attributes (not using all of them, this was just for visuals).&amp;nbsp; I then published this view as a map service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Publish your Feature Service with the editable feature class and related table normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add both to your map!&amp;nbsp; Remove popups on the map service for the view, and your Collector edits will change the symbology!&amp;nbsp; It does require you to move the map around a little though to get it to refresh, but if you are setup with Operations Dashboard, those updates show up within seconds.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 17:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704721#M12019</guid>
      <dc:creator>JerryCorum1</dc:creator>
      <dc:date>2015-12-24T17:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704722#M12020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have managed to symbolize features based on related record field values when we set up the service. Perhaps this will offer a little hope, This is done by setting up definition queries on map document layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.prowestgis.com/so-you-want-to-color-features-based-on-related-inspection-records/" title="http://www.prowestgis.com/so-you-want-to-color-features-based-on-related-inspection-records/"&gt;So, You Want to Color Features Based On Related Inspection Records? - Pro-West &amp;amp; Associates WordPress Site&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/wZ2sVGbWf_Q" title="https://youtu.be/wZ2sVGbWf_Q"&gt;ArcGIS Online: Using Related Tables to Symbolize Features - YouTube&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704722#M12020</guid>
      <dc:creator>KyleWikstrom</dc:creator>
      <dc:date>2015-12-31T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704723#M12021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was this symbology update also functional when Collector was disconnected? I've created a script similar to yours in that the feature updates based on the related table. However, I'm cannot figure out how to drive this symbology change when not connected to our services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 17:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704723#M12021</guid>
      <dc:creator>JoshuaCarver-Brown1</dc:creator>
      <dc:date>2016-06-06T17:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704724#M12022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle I need to do something similar for a project and ran into this old thread. And your suggestion got me thinking. Am I right in assuming the basic concept is to have a feature to feature relationship class (1:m) with the definition query on the "many" side based on something like the the most recent date of inspection to pull in the latest and then symbolize of some other field you want on that same many side? Another question. How would you handle the scenario of "resetting" the map (such as after a flooding event and the inspections are over), but you don't want to delete the data. You just don't want them displayed when the next even starts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 04:38:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704724#M12022</guid>
      <dc:creator>deleted-user-JzIjmzC7H6Ko</dc:creator>
      <dc:date>2016-07-29T04:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704725#M12023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the simplest case, there is a relationship class between a feature class and a table. In ArcMap, add the feature class and set up a definition query on that layer. The definition query filters features where the foreign key in a related table equals the primary key in the feature class AND any other queries. To use multiple symbol styles, we found that the same layer had to be added for each style of symbol and then the definition query filtered the features based on what we wanted to symbolize. Then publish a service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For retaining old data when a new event occurs, these are just some ideas that I would consider: the definition query could filter based on a more recent date OR create an attribute field that serves as an event identifier and include these in any definition query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confess that this method is not the prettiest and is only a workaround. We have not tested with the latest versions of ArcGIS Server, and I imagine one day this more advanced definition query could be parsed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704725#M12023</guid>
      <dc:creator>KyleWikstrom</dc:creator>
      <dc:date>2016-07-29T17:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704726#M12024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle - I have tried to do as you suggested, however I cannot get Arcmap to "see" the inspection table inside the SQL query editor for the definition query without actually joining the two tables together (ArcGIS online doesn't support uploading joined tables together, so I'm stuck). I've tried this in both ArcMap and Pro. I would have thought having the 1:M relationship class present would be enough, but it doesn't appear to be. The relationship class is working just fine and keeping the records straight when I'm adding things - I just can't seem to get the parent layer I want to symbolize to reference or see the inspection table in the definition query with just relying on the relationship class. Is there some kind of trick or SQL syntax or something I'm missing? This is in a file geodatabase. See below for screenshots. The only difference between is the top doesn't have a join and the bottom does.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213936" alt="pic1.gif" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/213936_pic1.gif" style="height: 401px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213941" alt="pic2.gif" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/213941_pic2.gif" style="width: 620px; height: 399px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704726#M12024</guid>
      <dc:creator>deleted-user-JzIjmzC7H6Ko</dc:creator>
      <dc:date>2016-07-29T19:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704727#M12025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an updated blog on the definition query we used to set this up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.prowestgis.com/update-on-symbolizing-features-by-related-record-values-in-arcgis/"&gt;Update on Symbolizing Features by Related Record Values in ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704727#M12025</guid>
      <dc:creator>KyleWikstrom</dc:creator>
      <dc:date>2016-09-22T20:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704728#M12026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Kyle,&lt;/P&gt;&lt;P&gt;I am trying to achieve the same thing here. I read the update to your previous article. The SQL statement makes sense. However, I noticed that Devin above needed to apply a join first in ArcPro before it would work. And like Devin, my data is is an AGOL hosted feature, not on ArcServer. Are you writing that SQL statement in ArcGIS software(AGOL, ArcMap, etc..), or is it and SDE layer that you are accessing through SQL Studio?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 13:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704728#M12026</guid>
      <dc:creator>PMGIS</dc:creator>
      <dc:date>2016-12-14T13:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704729#M12027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this, and it works for me;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;joined the feature layer with the related table, and add the query to get the related values only. Then publish them as a services in GIS&amp;nbsp;Server or AGOL. After that, apply the map service, and enable the pop up. This will show the related tables points only. Also, you can make many copies, and filter by attributes if you want. However, I couldn't able to make it happen with the feature service. After the join, I only got a table as a feature access. It's only work as a map service for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 21:26:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704729#M12027</guid>
      <dc:creator>yaserkhouja1</dc:creator>
      <dc:date>2016-12-14T21:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704730#M12028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice.&amp;nbsp;So you are saying that the join you used was able to be carried into AGOL? I am not publishing to ArcServer. I am publishing straight to AGOL as a feature service. It seems to not take a join when published as a hosted feature service. That is the problem I keep running into.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 21:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704730#M12028</guid>
      <dc:creator>PMGIS</dc:creator>
      <dc:date>2016-12-14T21:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704731#M12029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea, it will work, but there is a trick. You need to make a&amp;nbsp;join first in ArcMAP or ArcPRO. Then publish the layer and table&amp;nbsp;in AGOL as a feature services. However, you will only allow to publish a&amp;nbsp;feature table only because the join. So all you need is to add the table only, and look for the map service layer. After that,&amp;nbsp;you can filter your data as you want. You will see all attributes in the map service. Also, don't forget to enable the popup configuration in the map service layer. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/283480_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 23:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704731#M12029</guid>
      <dc:creator>yaserkhouja1</dc:creator>
      <dc:date>2016-12-14T23:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704732#M12030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I pull the hosted feature service from AGOL into ArcPro, create the join, then go back into AGOL to create the filter, the join wont mess up the relationship between the two tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 13:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704732#M12030</guid>
      <dc:creator>PMGIS</dc:creator>
      <dc:date>2016-12-15T13:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704733#M12031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the symbolgy change, how would I reset the symbology back to its original state evry month when the do new inspections. That made me think, maybe it might be better for me to label the feature with the creation date from the last inspection. is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 13:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704733#M12031</guid>
      <dc:creator>PMGIS</dc:creator>
      <dc:date>2016-12-15T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704734#M12032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, do I join the relate table to the features, or do I join the features to the relate table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 13:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704734#M12032</guid>
      <dc:creator>PMGIS</dc:creator>
      <dc:date>2016-12-15T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704735#M12033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to create the join then publish everything to AGOL. One limitation, I see that I can't edit the layer from the web map since it's a map service. But you can edit through ArcMAP or ArcPRO, and the change will apply on the web map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 17:41:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704735#M12033</guid>
      <dc:creator>yaserkhouja1</dc:creator>
      <dc:date>2016-12-15T17:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Collector: use related layer to symbolise feature</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704736#M12034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can filter them by the attribute, but the symbology need to be created through ArcPro before you host the layers. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should join the feature to the relate table.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 17:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-use-related-layer-to-symbolise-feature/m-p/704736#M12034</guid>
      <dc:creator>yaserkhouja1</dc:creator>
      <dc:date>2016-12-15T17:48:12Z</dc:date>
    </item>
  </channel>
</rss>

