Query Results and Joined Table

492
1
10-11-2011 06:56 AM
ViktoriaMagnis
New Contributor II
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
Frequent Contributor
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