Skip to main content

How set a filter on a results table via workflow?

Comments

2 comments

  • 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

Please sign in to leave a comment.