<?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 Using a FeatureTable for rendering and applying join to a FeatureTable in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262410#M24318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to render a dynamic layer based on the attributes which should be either edited in bulk automatically or joined to the existing feature class from my MapService. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I found this example&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_paging.html" style="line-height: 1.5;" title="https://developers.arcgis.com/javascript/jssamples/fl_paging.html"&gt;Using FeatureTable (no map) | ArcGIS API for JavaScript&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; , &lt;/SPAN&gt;which&lt;SPAN style="line-height: 1.5;"&gt; I think may be used as a starting point, but I have no idea how to &lt;/SPAN&gt;proceed further. &lt;SPAN style="line-height: 1.5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Thus I have a &lt;/SPAN&gt;couple&lt;SPAN style="line-height: 1.5;"&gt; of &lt;/SPAN&gt;questions: can a feature table be used for rendering? If yes, can I first create a feature table from a dynamic layer and then join a csv table on some objectid and render by a newly joined attribute?&lt;SPAN style="line-height: 1.5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be very much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 01:44:12 GMT</pubDate>
    <dc:creator>ievgeniikudko</dc:creator>
    <dc:date>2015-09-09T01:44:12Z</dc:date>
    <item>
      <title>Using a FeatureTable for rendering and applying join to a FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262410#M24318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to render a dynamic layer based on the attributes which should be either edited in bulk automatically or joined to the existing feature class from my MapService. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I found this example&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_paging.html" style="line-height: 1.5;" title="https://developers.arcgis.com/javascript/jssamples/fl_paging.html"&gt;Using FeatureTable (no map) | ArcGIS API for JavaScript&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; , &lt;/SPAN&gt;which&lt;SPAN style="line-height: 1.5;"&gt; I think may be used as a starting point, but I have no idea how to &lt;/SPAN&gt;proceed further. &lt;SPAN style="line-height: 1.5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Thus I have a &lt;/SPAN&gt;couple&lt;SPAN style="line-height: 1.5;"&gt; of &lt;/SPAN&gt;questions: can a feature table be used for rendering? If yes, can I first create a feature table from a dynamic layer and then join a csv table on some objectid and render by a newly joined attribute?&lt;SPAN style="line-height: 1.5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be very much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 01:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262410#M24318</guid>
      <dc:creator>ievgeniikudko</dc:creator>
      <dc:date>2015-09-09T01:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using a FeatureTable for rendering and applying join to a FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262411#M24319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is a query related to JavaScript API then you may want to post this in the right form, to get answers. &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;could you please move this to the right form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you asking should be possible, atleast for displaying. You should be able to create a JoinDataSource and create a FeatureLayer from it, here is the post which shows how to create a FeatureLayer from JoinDataSource.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/522399"&gt;Re: Using join data source as source for feature layer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am not sure about if you could do editing on such layer. I have not try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 15:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262411#M24319</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2015-09-09T15:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using a FeatureTable for rendering and applying join to a FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262412#M24320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 16:15:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262412#M24320</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-09T16:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using a FeatureTable for rendering and applying join to a FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262413#M24321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for pointing out that topic. This is definitely a good start for me. However, I remember reading about TableDataSource on ArcGIS API help and I did not get whether a .csv table can be used to create a table object. The help is saying that "&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;The TableDataSource class defines and provides information about a table... that resides in a registered file geodatabase, SDE or Shapefile workspace&lt;/SPAN&gt;". I would not want to store all my tables in the geodatabase, because potentially there can be a lot of them. I would like to use a geodatabase only to store my key feature classes (I have only 4 of them). And as far as I understand, a csv table that resides in the folder on a server does not satisfy this description. Am I right here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 16:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-a-featuretable-for-rendering-and-applying/m-p/262413#M24321</guid>
      <dc:creator>ievgeniikudko</dc:creator>
      <dc:date>2015-09-09T16:46:27Z</dc:date>
    </item>
  </channel>
</rss>

