I have created an Analytic App/Wizard to process data. The User provides 3 files using Browse tools. Currently, the User also selects from a drop-down a database table to compare the data to. I realized that I actually don't need to ask the User to select which table to use, but that I can glean that information based on data in one of the provided files.
Is there a way to use a filter or formula tool to update the Query in the Input Data tool? I looked at the option to use an Action tool coming off of the Browse tool to update a filed using a Formula, but there was no way to select the appropriate field in the file. The good news is that the field name and data type will always be the same. All I want to do is test the string length.