Select to view content in your preferred language

How to access joined table data?

943
2
02-27-2013 09:04 AM
BarryGuidry
Regular Contributor
I have tested joining table data within the default ArcGIS Server Manager web application builder, and it appears that the linked table data carries over in the web application as long as the table is in the same database as ArcSDE connection (or may possibly even work linking to a table within another database through an OLE DB connection in the map document, but am unsure).

Does anyone have an idea how to recreate the "Joined table" link in the Javascript API?
0 Kudos
2 Replies
JohnGravois
Deactivated User
for viewing you just need to create the join in ArcMap prior to publishing your map service.  afterward, the joined attributes will be available in REST (and in JavaScript applications).

the joined data will not be editable (just like in ArcMap)
0 Kudos
BarryGuidry
Regular Contributor
Of course ... makes perfect sense! Thanks.
0 Kudos