Skip to main content

Sort Order for Results Window from an Identify

Comments

4 comments

  • Permanently deleted user
    I was looking for same answer.  Did you ever figure this out?

     

    Thanks-Shana
    0
  • Permanently deleted user
    I am needing to do the same thing.  Has anyone found a way to order the results from an identify?

     

    Thanks,

     

    Stephanie
    0
  • Permanently deleted user
    Hi, 

     

    The results from the identify are returned by ArcGIS server, so it grabs the first 50 (or depending what your maximum number of features reutned is) that it can find and returns those.

     

    As a workaround, I would suggest using a workflow to make your selection and then use the 'SortFeatureSet' activity to sort your featureSet  however you would like. Once it is sorted you can use the 'selectFeatures' activity to send the featureSet to the results panel. 

     

    Thanks,

     

    Ali
    0
  • Nico Burgerhart
    A remark on the workaround, you do noet need a SortFeatureSet, you can sort with the Order By Fields property of a Query Task.
    0

Please sign in to leave a comment.