I have two database connections coming into the said workspace. I use a WHERE statement at the beginning of the processing to filter the data down so it runs in a reasonable amount of time. If anyone knows if there is a trick to get the WHERE statements to stay I would be grateful.






Thank you very much and I think so. In the User Parameters in Workbench or Server? I made the WHERE statements then exposed/created user parameters from them. This process works very well on the desktop side. The parameters simplify when an FME Server site is created on the two exposed parameters. It shows the first field name that is in the WHERE statement, but nothing more. I want to give the end-user the ability to change the date ranges. I have tried this through a testfilter, but it is more efficient on large datasets to run it in the WHERE parameter on the table itself.