Skip to main content
Solved

User Parameter for use in Attribute Filter

  • July 7, 2022
  • 2 replies
  • 404 views

williams_s21
Contributor
Forum|alt.badge.img

Forgive me for what is likely a very simple answer to this question, but I'm still rather new to FME.

 

I'm wanting to use a defined User Parameter (Type - Text) which will then inform my AttributeFilter transformer (where the user parameter directly corresponds to a specific field of the dataset being read by the AttributeFilter transformer). However, when I set the transformer parameters as per the screenshot below, I don't then get the expected output, i.e. the dataset filtered for that specific value.

 

Is there something I'm missing?

 

Thankyou for taking the time to read this post.

 

image

Best answer by dustin

Try using the TestFilter instead of the AttributeFilter.image

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • Best Answer
  • July 7, 2022

Try using the TestFilter instead of the AttributeFilter.image


williams_s21
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 1 reply
  • July 7, 2022

Thankyou ddbrocato. That works perfectly.