Is it possible to create an interactive query and/or report? For the query it would need to be something like:
SELECT f1, f2 FROM table WHERE f1=
For a report, I just want to append custom text, i.e.
SELECT f1, f2, f3, from TABLE where f1=A and f2=B
I cannot seem to figure out how it could be done, if it can be done.
Thanks!