Skip to main content
Question

What is the best way to join 2 ArcSDE layers and then add a whereclause on the joined data?

  • March 15, 2022
  • 1 reply
  • 13 views

What is the best way to join 2 ArcSDE layers and then add a whereclause on the joined data?

1 reply

Forum|alt.badge.img+2
  • 1891 replies
  • March 16, 2022

@mapcafe​ You can use any of the transformers listed in this article, but probably the place to start is FeatureJoiner. For a where, you might be able to use a TestFilter. Otherwise the InlineQuerier