Skip to content

Parameter returnDistinctValues doesn't work #244

Description

@mcasamayorpolo

There is an issue with the parameter returnDistinctValues:true. If I make a query with the following parameters:

  • where: 1=1
  • returnGeometry: false
  • spatialRel: esriSpatialRelIntersects
  • outFields: city
  • returnDistinctValues: true
  • orderByFields: city
  • outSR: 102100
  • resultOffset: 0
  • resultRecordCount: 1000

The result of the query is the following:

image

As you can see the parameter returnDistinctValues doesn't work. How can I fix this issue?

Thank you in advance for your help. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions