Starting with the 2009 release of netFORUM Enterprise (aka netFORUM 3.0), you can create Queries with User-Defined SQL
and ask at runtime parameters. Prior to that release, you could modify SQL but you could not prompt users for runtime parameters, which greatly restricted the power of this feature.
For the uninitiated, there is a "Create SQL" button on the
Query designer visible to users in one of the Admin groups. This button will launch a page in which you can write any Transact SQL you wish, as long as you follow certain standards. With this feature you can write more complex SQL to power your queries. Great care should be taken to ensure your queries are optimized.
The reason I'm blogging on this feature is because it's very powerful but not very well known. Just today we helped a customer trying to write a complex query, and we used this feature to make it work. We have it documented on the
Create Query SQL page in http://wiki.avectra.com. I hope you will find this feature useful to expanding the reach and power of your queries.