Select to view content in your preferred language

query with return distinct values in rest services get error when tables joined

2631
0
01-22-2014 09:52 PM
sidneykelvin
Emerging Contributor
I query using return distinct values in rest services works fine.
Under the same circumstances, ARCGIS server 10.1 sp1, I joined tables to the feature class.
I queried a field in the table without using return distinct values, it returns results fine.
Once I queried the field in the table using return distinct values = ture, it throw "Error performing query operation"

Settings on ArcGIS REST Services Directory as below,

Where:                            Division.Division LIKE '%'
Out Fields:                       ProjectNumber.ProjectTitle
Return Geometry:             False
Return Distinct Values:      True

Anything I missed? Thanks for any help in advanced.
Tags (2)
0 Kudos
0 Replies