<?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 Define a layer from a related table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105750#M9741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning.&amp;nbsp; I have created a map service from a basic map document and I have related a SQL table to the document.&amp;nbsp; I would like to plot information from the SQL table (locations of places) as points on the feature layer...as another layer.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the examples of clicking on a point on a map and getting the related data.&amp;nbsp; I do not want that...I want to show all of the related data on the map at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...CJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 08:44:03 GMT</pubDate>
    <dc:creator>ChristopherJohnson1</dc:creator>
    <dc:date>2015-08-10T08:44:03Z</dc:date>
    <item>
      <title>Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105750#M9741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning.&amp;nbsp; I have created a map service from a basic map document and I have related a SQL table to the document.&amp;nbsp; I would like to plot information from the SQL table (locations of places) as points on the feature layer...as another layer.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the examples of clicking on a point on a map and getting the related data.&amp;nbsp; I do not want that...I want to show all of the related data on the map at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...CJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 08:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105750#M9741</guid>
      <dc:creator>ChristopherJohnson1</dc:creator>
      <dc:date>2015-08-10T08:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105751#M9742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you SQL Table is a table that has XY values then you can create an &lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm"&gt;XY Event layer&lt;/A&gt; or an &lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/working-with-layers/creating-a-query-layer.htm"&gt;Query Layer&lt;/A&gt; in ArcMap and then publish this mxd to ArcGIS Server so that the data can be used like a normal Spatial Layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 12:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105751#M9742</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-10T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105752#M9743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what I am trying to do.&amp;nbsp; I have added a query layer to the map document, related the standalone table to the layer in the document and published the document as a map service.&amp;nbsp; I am now trying to display the data from the standalone table/query layer, over the feature layer, using the JavaScript API.&amp;nbsp; All of the examples though, show obtaining related data on selection.&amp;nbsp; I just want to create another feature layer with that information. For example, I want to create a choropleth/thematic map and then overlay locations on top of that. Do you have any examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 17:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105752#M9743</guid>
      <dc:creator>ChristopherJohnson1</dc:creator>
      <dc:date>2015-08-10T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105753#M9744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So your standalone table has not attributes like lat/Lon or X/Y that can be used to make it a Query layer on it's own? We are talking relates vs joins right? Normally you would see relate returned as in all the samples using a selection due to the one to many relationship of many relates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105753#M9744</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-10T18:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105754#M9745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standalone table does have lat/long coordinates.&amp;nbsp; There is a 1:many relationship between the layer and the standalone table, however.&amp;nbsp; That is the reason that I use a relate versus a join, as I am under the impression that a join will only allow for a 1:1 mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105754#M9745</guid>
      <dc:creator>ChristopherJohnson1</dc:creator>
      <dc:date>2015-08-10T18:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105755#M9746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You are correct 1:Many needs a relate and thus what you are wanting is not possible to my knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105755#M9746</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-10T18:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105756#M9747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a follow-up, to do what I require, since the locations layer is pretty static, I would need to add it to the geodatabase/shapefile, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105756#M9747</guid>
      <dc:creator>ChristopherJohnson1</dc:creator>
      <dc:date>2015-08-10T18:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105757#M9748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That is what I would do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105757#M9748</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-10T18:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Define a layer from a related table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105758#M9749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really appreciate your help, Robert.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-a-layer-from-a-related-table/m-p/105758#M9749</guid>
      <dc:creator>ChristopherJohnson1</dc:creator>
      <dc:date>2015-08-10T18:52:59Z</dc:date>
    </item>
  </channel>
</rss>

