I have workflows that is make use of multiple Input data tools to bring in data from multiple oracle tables. How can I limit the data pulled in by those input data tools without opening each one and changing the sql script?
Everything is connect by a primary key (Serial Number), is there a way to update it once and have it update in all input data tools? Can it be an analytical app?
I am hoping to have something similar to a user inputted parameter in other systems. It would be great when developing to be able to test on a single serial number or two before sending the workflow through the whole database. Limit Records doesn't seem to be working since it would have to limit to the same serial number pulled by the first input data tool to effectively join.
All help is appreciated.
Thank you