Zum Hauptinhalt gehen

Need unique value in a pick list

Kommentare

6 Kommentare

  • Nico Burgerhart

    Is your ArcGIS server 10.1 or higher? (requirement to use the Return Distinct Values property)

    Is your field the only field in the "Out Fields" property?

    0
  • Bobby Jo Close

    We are at ArcGIS Server 10.2.

    I have set up the workflow with one or many fields in the "Out Fields" property with no success either way. I would prefer to have all of the fields in the "Out Fields" that I need for the Selection.

     

    0
  • Permanently deleted user
    In my workflows I built a lookup table and published those with the map layers.  I built it pretty easy with running statistics on that particular column and then deleting the erroneous fields.  Works fabulous!   There were a few lookup tables that also existed already in the database I was able to export right into my SDE as well to save me the hassle.
    0
  • Permanently deleted user
    Hi Bobby Jo, did you figure this out? Setting Distinct Values to True isn't working for me either. I can make a long workaround, but I wish the activity would work as intended.
    0
  • Nico Burgerhart
    Limit the Out Fields to the single field you want to get distinct values for, set Return Geometry to False, configure a valid Where Clause (or 1 = 1) and set Return Distinct Values to True.
    0
  • Permanently deleted user
    Thanks Nico, I think the return geometry to false was my issue (been working on it for a few hours and have made lots of changes since I posted). It made me rethink how I use the Picker since it can't return geometry. I ended up using a GetAttributeValue on the feature they picked from the Picker to then use it to query the layer for all features with that value.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.