Purpose: Searching for a more elegant solution than stringing together a series of filters to call a corresponding macro.
I understand how to create a dynamic filter utilizing control parameters within a batch macro. However, how can I pass that value to dynamically call the macro?
For example, if the control parameter value = "Axx" and the target macro to be called is named "Cleanse_Axx.yxmc":
Is there a way to manipulate an existing tool to perform this action?
Or alter the dynamic filter batch macro XML source to call "Cleanse_{control_param_valu}.yxmc"?