Hi everyone,
I'm trying to use the same control parameter to update several SQL Statements.
For example, I have a parameter_value parameter and a lot of In-Db and Output tools that have queries such as:
SELECT * FROM table WHERE parameter_id = parameter_value.
I'm replacing parameter_value in these tables using the Action tool, but I need a new Action tool for every single replacement. This is making the workflow a little 'polluted'. Is there any way to use a single tool (or, at least, less that one for each replacement) to achieve this?
Thanks in advance.