Is there any way to pass in variables to ij SQL scripts or define local variables? If not do you have to manually 'hard code' everything in your scripts?
Since IJ scripts are, in the end, just text files, it seems like you could use pretty much any scripting language to construct your scripts with parameter substitution, then feed the results into IJ. For example, you might investigate Ruby, which is a great scripting language. thanks, bryan