Hoppa till huvudinnehållet

How set a filter on a results table via workflow?

Kommentarer

2 kommentarer

  • 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

Du måste logga in om du vill lämna en kommentar.