Zum Hauptinhalt gehen

How set a filter on a results table via workflow?

Kommentare

2 Kommentare

  • Permanently deleted user

    You can filter a feature layer using a Set Property activity.

     

    Assuming you have a Get Map activity with an ID of map...

    • Object: =$map.map.map.getLayer(LayerId)
    • Property Name: _defnExpr
    • Property Value: Your Where Clause

     

    The LayerId is typically the layer name, but you can get an array of LayerIds with $map.map.map.graphicsLayerIds.

    0
  • Tyson Schoepflin

    Is there a way to have (or toggle) filter options "open / visible" and ready for input? Either from workflow or a configuration setting?

    1

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