Skip to main content
Question

FeatureMerger with conditional parameters

  • January 28, 2015
  • 3 replies
  • 18 views

Forum|alt.badge.img
I would like to know if it is possible use conditional value for the requestor and supplier in a FeatureMerger in order to achieve something like this:

 

 

IF Requestor's Attribute_A = 'some_value'

 

    JOIN Requestor's Attribute_A WITH Supplier's Attribute_A

 

ELSE

 

    JOIN Requestor's Attribute_B WITH Supplier'S Attribute_B

 

 

I have made many tryes, but it seems we cannot change the Supplier join attribute in function of the Requestor's attribute value.
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.

3 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • January 28, 2015
The conditional relating is just a preselector of data to be related form suplier as wel as requestor based on a chosen attribute.

 

Attribute cannot be changed conditionally, only its value chosen.

 

 

 

 

takashi
Celebrity
  • January 28, 2015
Hi Burton,

 

 

How about simply using two FeatureMergers? i.e. one for features that have "some_vaue" as Attribute_A, another for others.

 

You can branch the flow of requestor features into two streams by the Tester.

 

 

Takashi

Forum|alt.badge.img
  • Author
  • January 28, 2015
Ok thank you, actually I was asking that question to use one featureMerger instead of two. But anyway I dont think there would be a gain in speed...