<?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: Color rendering using related tables attributes in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/color-rendering-using-related-tables-attributes/m-p/1188713#M77827</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I am not familiar with related tables, but I can maybe help you with color rendering in 3D.&lt;BR /&gt;&lt;BR /&gt;Can you write a 2D app that does a similar rendering you are looking for in 2D, using related tables?&lt;BR /&gt;If you can provide such an app I can try to turn it into a 3D app.&lt;BR /&gt;&lt;BR /&gt;Note that the FeatureServerUrl you provided&amp;nbsp;&lt;A href="https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer" target="_blank" rel="noopener nofollow noreferrer"&gt;https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;requires credentials.&lt;BR /&gt;And the webscene id&amp;nbsp;&lt;SPAN&gt;71147495530044edbe03bfbea134e832 cannot be found. Can you check if it is publicly acessible, and clarify on which portal it lives?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 13:59:55 GMT</pubDate>
    <dc:creator>AndreasUlmer</dc:creator>
    <dc:date>2022-07-01T13:59:55Z</dc:date>
    <item>
      <title>Color rendering using related tables attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/color-rendering-using-related-tables-attributes/m-p/1184973#M77738</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I want to achieve 3d color rendering based on related table attributes, we know how to achieve 3d color rendering based on one layer table that has a geometry of 3d buildings but how to achieve 3d color rendering based on related table attributes?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below are the layer eg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have one layer table and two related table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In layer table i.e "testing_db_DBO_testing_" which will have geometry and primary key i.e OBJECTID&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;which will act as a foreign key in the related table i.e layerobjectid&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the rendering that I want to achieve is by attribute "status" in the related tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Web Scene :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;related_table_color_rendering (portalId : 71147495530044edbe03bfbea134e832)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Layer Table (consist 3d geometry) :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;testing_db_DBO_testing_ (Primary Key : OBJECTID&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Related tables :&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Encroachment: (Foreign Key : layerobjectid&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Development : (Foreign Key : layerobjectid&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;FeatureServerUrl (&lt;A href="https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer" target="_blank" rel="noopener"&gt;https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 07:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/color-rendering-using-related-tables-attributes/m-p/1184973#M77738</guid>
      <dc:creator>abhishek_shah</dc:creator>
      <dc:date>2022-06-22T07:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Color rendering using related tables attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/color-rendering-using-related-tables-attributes/m-p/1188713#M77827</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I am not familiar with related tables, but I can maybe help you with color rendering in 3D.&lt;BR /&gt;&lt;BR /&gt;Can you write a 2D app that does a similar rendering you are looking for in 2D, using related tables?&lt;BR /&gt;If you can provide such an app I can try to turn it into a 3D app.&lt;BR /&gt;&lt;BR /&gt;Note that the FeatureServerUrl you provided&amp;nbsp;&lt;A href="https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer" target="_blank" rel="noopener nofollow noreferrer"&gt;https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;requires credentials.&lt;BR /&gt;And the webscene id&amp;nbsp;&lt;SPAN&gt;71147495530044edbe03bfbea134e832 cannot be found. Can you check if it is publicly acessible, and clarify on which portal it lives?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/color-rendering-using-related-tables-attributes/m-p/1188713#M77827</guid>
      <dc:creator>AndreasUlmer</dc:creator>
      <dc:date>2022-07-01T13:59:55Z</dc:date>
    </item>
  </channel>
</rss>

