Select to view content in your preferred language

Query Results and Joined Table

616
1
10-11-2011 06:56 AM
ViktoriaMagnis
Emerging Contributor
Hi

I am trying to query on a feature class that is joined to a table.  The query works but it does not return any fields.  The only field I can access is the display field for the layer.

I have the query set to return all the fields
myQuery.OutFields = ["*"];

Vicki
0 Kudos
1 Reply
derekswingley1
Deactivated User
The outFields property name is case-sensitive, see this sample for context:  http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/query_nomap.html
0 Kudos